X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_inquiry.php;h=ebd55aeac424127a454b89d6c0c779854aed2250;hb=bfbaa838e7ecc10e60da4f894ec0d2fffb7d1938;hp=08b8f0d1b6d70b4403bebc7c63e2456f23989bba;hpb=19be59309583e17fe486bfd3327ecf5e444dac75;p=fa-stable.git diff --git a/sales/inquiry/customer_inquiry.php b/sales/inquiry/customer_inquiry.php index 08b8f0d1..ebd55aea 100644 --- a/sales/inquiry/customer_inquiry.php +++ b/sales/inquiry/customer_inquiry.php @@ -215,13 +215,13 @@ if (db_num_rows($result) == 0) // only allow crediting if it's not been totally allocated if ($myrow["TotalAmount"] - $myrow["Allocated"] > 0) $credit_me_str = "" . _("Credit This") . ""; - if (get_voided_entry(10, $myrow["trans_no"]) === false) + if (get_voided_entry(10, $myrow["trans_no"]) === false && $myrow['Allocated'] == 0) // 2008-11-19 Joe Hunt $edit_page= $path_to_root.'/sales/customer_invoice.php?ModifyInvoice=' . $myrow['trans_no']; break; case 11: - if (get_voided_entry(11, $myrow["trans_no"]) === false) + if (get_voided_entry(11, $myrow["trans_no"]) === false && $myrow['Allocated'] == 0) // 2008-11-19 Joe Hunt { if ($myrow['order_']==0) // free-hand credit note $edit_page= $path_to_root.'/sales/credit_note_entry.php?ModifyCredit='