X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fdb%2Fcustalloc_db.inc;h=a1f6a61c5e6ac2af3694a4563bd7f25404c7f8b3;hb=dace790b5b71c554f8de87babda2585dfa2a074c;hp=ec7c3afbea4a45d4de7be743f8a8a2f9dcc7329e;hpb=d9d661b1c7d0c7e8e92948ea9746b086a456f158;p=fa-stable.git diff --git a/sales/includes/db/custalloc_db.inc b/sales/includes/db/custalloc_db.inc index ec7c3afb..a1f6a61c 100644 --- a/sales/includes/db/custalloc_db.inc +++ b/sales/includes/db/custalloc_db.inc @@ -124,7 +124,7 @@ function get_allocatable_from_cust_sql($customer_id=null, $settled) OR (type=".ST_JOURNAL. " AND (trans.ov_amount < 0)))"; if (!$settled) - $sql .= " AND (round(abs(ov_amount+ov_gst+ov_freight+ov_freight_tax-ov_discount-alloc),6) > 0)"; + $sql .= " AND (round(abs(ov_amount+ov_gst+ov_freight+ov_freight_tax+ov_discount-alloc),6) > 0)"; if ($customer_id != null) $sql .= " AND trans.debtor_no = ".db_escape($customer_id);