summaryrefslogtreecommitdiff
path: root/bin/io.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 05:30:50 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 05:30:50 +0000
commit66cfba2b600db93db64378a582c5bfebf1d66a6c (patch)
tree9474501b37eeca73bb58547410d471fc0578fdec /bin/io.pl
parent350810c40185af41e75b53fe90fc12afe137047c (diff)
Modified parsing to return undef on empty string.
Modified CT to use 0 credit limit if none provided. Added On Hand column to invoices. Dropped foreign key constrant on acc_trans.trans_id due to limitations in current API (will be in a future version). git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@250 4979c152-3d1c-0410-bac9-87ea11338e46
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;