summaryrefslogtreecommitdiff
path: root/bin/io.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/io.pl')
-rwxr-xr-xbin/io.pl2
1 files changed, 1 insertions, 1 deletions
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;