summaryrefslogtreecommitdiff
path: root/LedgerSMB/OE.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 19:43:31 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-09 19:43:31 +0000
commitd3f27376d7ec8e8c157021189787dd1dff302479 (patch)
tree404f161fd3572e9f37da98a6af1c6370f2a828ca /LedgerSMB/OE.pm
parent5f87c41f16ab2c9da14f85f1b2d7e7b771059c10 (diff)
Fixing sales tax posting issues not taking contact into consideration
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1044 4979c152-3d1c-0410-bac9-87ea11338e46
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);