From cbb032386383cb28d35c57cc8e2da79f71e6fb17 Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 12 Jul 2007 22:35:56 +0000 Subject: fix for 1751612 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1392 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/OE.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm index c87e3640..af81da1c 100755 --- a/LedgerSMB/OE.pm +++ b/LedgerSMB/OE.pm @@ -1301,7 +1301,8 @@ sub order_details { $form->format_amount( $myconfig, $linetotal, 2 ); push( @{ $form->{linetotal} }, $form->{"linetotal_$i"} ); - @taxaccounts = Tax::init_taxes( $form, $form->{"taxaccounts_$i"} ); + @taxaccounts = Tax::init_taxes( $form, $form->{"taxaccounts_$i"}, + $form->{'taxaccounts'} ); my $ml = 1; my @taxrates = (); -- cgit v1.2.3