From: Joe Date: Sat, 17 Jan 2015 07:50:21 +0000 (+0100) Subject: Missing update of shipping tax when crediting an invoice. X-Git-Tag: 2.3-final~75 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=a84031edf2c09459a446d896191e27907d8cb188 Missing update of shipping tax when crediting an invoice. --- diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 59e454ef..e74125ca 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -369,6 +369,7 @@ function display_credit_options() //----------------------------------------------------------------------------- if (get_post('Update')) { + copy_to_cart(); $Ajax->activate('credit_items'); } //-----------------------------------------------------------------------------