projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df16f85
)
Missing update of shipping tax when crediting an invoice.
author
Joe
<unknown>
Sat, 17 Jan 2015 07:50:21 +0000
(08:50 +0100)
committer
Joe
<unknown>
Sat, 17 Jan 2015 07:50:21 +0000
(08:50 +0100)
sales/customer_credit_invoice.php
patch
|
blob
|
history
diff --git
a/sales/customer_credit_invoice.php
b/sales/customer_credit_invoice.php
index 59e454efd163aa41095d743672bc49afc0fd0688..e74125caa5f769146cf12422115cf35bba1f9b35 100644
(file)
--- 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');
}
//-----------------------------------------------------------------------------