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 8243272f..fb657484 100755
--- a/bin/io.pl
+++ b/bin/io.pl
@@ -120,7 +120,7 @@ sub display_row {
}
- push @column_index, qw(unit sellprice discount linetotal);
+ push @column_index, qw(unit onhand sellprice discount linetotal);
my $colspan = $#column_index + 1;