From a84031edf2c09459a446d896191e27907d8cb188 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 17 Jan 2015 08:50:21 +0100 Subject: [PATCH] Missing update of shipping tax when crediting an invoice. --- sales/customer_credit_invoice.php | 1 + 1 file changed, 1 insertion(+) 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'); } //----------------------------------------------------------------------------- -- 2.30.2