[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1392] branches/1.2/LedgerSMB/OE.pm
- Subject: SF.net SVN: ledger-smb: [1392] branches/1.2/LedgerSMB/OE.pm
- From: ..hidden..
- Date: Thu, 12 Jul 2007 15:35:56 -0700
Revision: 1392
http://svn.sourceforge.net/ledger-smb/?rev=1392&view=rev
Author: tetragon
Date: 2007-07-12 15:35:56 -0700 (Thu, 12 Jul 2007)
Log Message:
-----------
fix for 1751612
Modified Paths:
--------------
branches/1.2/LedgerSMB/OE.pm
Modified: branches/1.2/LedgerSMB/OE.pm
===================================================================
--- branches/1.2/LedgerSMB/OE.pm 2007-07-12 20:56:23 UTC (rev 1391)
+++ branches/1.2/LedgerSMB/OE.pm 2007-07-12 22:35:56 UTC (rev 1392)
@@ -1301,7 +1301,8 @@
$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 = ();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.