From 95566394eee3c5db5a1abcf4a348a225122cf7d9 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sun, 10 Feb 2008 16:39:47 +0000 Subject: Fixing the display of taxes with '%' in PDF invoices git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2068 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/io.pl b/bin/io.pl index c49ab222..e4188ac2 100755 --- a/bin/io.pl +++ b/bin/io.pl @@ -1563,7 +1563,7 @@ sub print_form { "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; -- cgit v1.2.3