X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fdb%2Fcust_trans_db.inc;h=089ba61a6e8a36e8f67152150506d02e0e79fb07;hb=d2bd6087025dfd8497777f6ce2305ff98879473a;hp=6f536ca0cd150b5c43dec60e145ffb09bcc2c535;hpb=ea52d139c2309cc07ec2e37155a3fe304471c0fc;p=fa-stable.git diff --git a/sales/includes/db/cust_trans_db.inc b/sales/includes/db/cust_trans_db.inc index 6f536ca0..089ba61a 100644 --- a/sales/includes/db/cust_trans_db.inc +++ b/sales/includes/db/cust_trans_db.inc @@ -79,7 +79,7 @@ function get_customer_trans_version($type, $trans_no) { function write_customer_trans($trans_type, $trans_no, $debtor_no, $BranchNo, $date_, $reference, $Total, $discount=0, $Tax=0, $Freight=0, $FreightTax=0, $sales_type=0, $order_no=0, $trans_link=0, $ship_via=0, $due_date="", - $AllocAmt=0, $dimension_id=0, $dimension2_id=0) + $AllocAmt=0, $rate=0, $dimension_id=0, $dimension2_id=0) { $curr = get_customer_currency($debtor_no);