Missing update of shipping tax when crediting an invoice.
[fa-stable.git] / 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');
 }
 //-----------------------------------------------------------------------------