summaryrefslogtreecommitdiff
path: root/LedgerSMB/OE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/OE.pm')
-rwxr-xr-xLedgerSMB/OE.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm
index 6fd5aeca..cb0526ef 100755
--- a/LedgerSMB/OE.pm
+++ b/LedgerSMB/OE.pm
@@ -423,7 +423,8 @@ sub save {
);
@taxaccounts = Tax::init_taxes($form,
- $form->{"taxaccounts_$i"});
+ $form->{"taxaccounts_$i"},
+ $form->{taxaccounts});
if ($form->{taxincluded}) {
$taxamount = Tax::calculate_taxes(\@taxaccounts,
$form, $linetotal, 1);