From 66cfba2b600db93db64378a582c5bfebf1d66a6c Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 21 Oct 2006 05:30:50 +0000 Subject: 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 --- bin/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; -- cgit v1.2.3