X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fincludes%2Fdb%2Fsales_credit_db.inc;h=0cea7655c5a2ddce7b6e6f44eb761de5587eca88;hb=21290a4a16ca78fe736f62cf1cb039c06cb53fca;hp=9172bca56eed507959039aa1f579c54afb83a97b;hpb=bf5873e7f5925d0f616743fce771873a4b7cecdf;p=fa-stable.git diff --git a/sales/includes/db/sales_credit_db.inc b/sales/includes/db/sales_credit_db.inc index 9172bca5..0cea7655 100644 --- a/sales/includes/db/sales_credit_db.inc +++ b/sales/includes/db/sales_credit_db.inc @@ -157,7 +157,8 @@ function write_credit_note($credit_note, $write_off_acc) $ex_rate = get_exchange_rate_from_home_currency(get_customer_currency($credit_note->customer_id), $credit_note->document_date); add_trans_tax_details(11, $credit_no, $taxitem['tax_type_id'], $taxitem['rate'], $credit_note->tax_included, $taxitem['Value'], - $taxitem['Net'], $credit_note->document_date, $credit_note->reference); + $taxitem['Net'], $ex_rate, + $credit_note->document_date, $credit_note->reference); $total += add_gl_trans_customer(11, $credit_no, $credit_date, $taxitem['sales_gl_code'], 0, 0, $taxitem['Value'], $credit_note->customer_id,