[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [2068] branches/1.2/bin/io.pl
- Subject: SF.net SVN: ledger-smb: [2068] branches/1.2/bin/io.pl
- From: ..hidden..
- Date: Sun, 10 Feb 2008 08:39:51 -0800
Revision: 2068
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2068&view=rev
Author: tetragon
Date: 2008-02-10 08:39:47 -0800 (Sun, 10 Feb 2008)
Log Message:
-----------
Fixing the display of taxes with '%' in PDF invoices
Modified Paths:
--------------
branches/1.2/bin/io.pl
Modified: branches/1.2/bin/io.pl
===================================================================
--- branches/1.2/bin/io.pl 2008-01-30 23:10:38 UTC (rev 2067)
+++ branches/1.2/bin/io.pl 2008-02-10 16:39:47 UTC (rev 2068)
@@ -1563,7 +1563,7 @@
"unit_$i", "notes_$i"
);
}
- for ( split / /, $form->{taxaccounts} ) { push @a, "${_}_description" }
+ for ( split / /, $form->{taxaccounts} ) { push @vars, "${_}_description" }
$ARAP = ( $form->{vc} eq 'customer' ) ? "AR" : "AP";
push @vars, $ARAP;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.