Missing update of shipping tax when crediting an invoice.
authorJoe <unknown>
Sat, 17 Jan 2015 07:50:21 +0000 (08:50 +0100)
committerJoe <unknown>
Sat, 17 Jan 2015 07:50:21 +0000 (08:50 +0100)
sales/customer_credit_invoice.php

index 59e454efd163aa41095d743672bc49afc0fd0688..e74125caa5f769146cf12422115cf35bba1f9b35 100644 (file)
@@ -369,6 +369,7 @@ function display_credit_options()
 //-----------------------------------------------------------------------------
 if (get_post('Update'))
 {
+       copy_to_cart();
        $Ajax->activate('credit_items');
 }
 //-----------------------------------------------------------------------------