Additional fixes for journal handling. Added reg_type in trans_tax_details.
[fa-stable.git] / sales / includes / db / sales_credit_db.inc
index cdf86abfdccaa4ebaed845476777f990c618cb0f..9e8e9ae732a6be9421212439d1d9064075116044 100644 (file)
@@ -153,7 +153,7 @@ function write_credit_note(&$credit_note, $write_off_acc)
                        add_trans_tax_details(ST_CUSTCREDIT, $credit_no, $taxitem['tax_type_id'],
                                $taxitem['rate'], $credit_note->tax_included, $taxitem['Value'],
                                $taxitem['Net'], $ex_rate,
-                               $credit_note->document_date, $credit_note->reference);
+                               $credit_note->document_date, $credit_note->reference, TR_OUTPUT);
 
                        $total += add_gl_trans_customer(ST_CUSTCREDIT, $credit_no, $credit_date, $taxitem['sales_gl_code'], 0, 0,
                                $taxitem['Value'], $credit_note->customer_id,