From a5cca7eafe505579b1d69a8782f4c0d69f9a8199 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 31 Oct 2007 05:29:32 +0000 Subject: 1) Fixing bug which hides discount input in POS screen. 2) Fixing bug: Obsolete items show on short parts report git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1828 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/pos.pl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/pos.pl b/bin/pos.pl index 873e2a24..66e6e93f 100755 --- a/bin/pos.pl +++ b/bin/pos.pl @@ -808,15 +808,10 @@ sub display_row { } } - if ( $i < $numrows ) { - $column_data{discount} = + $column_data{discount} = qq||; - } - else { - $column_data{discount} = qq||; - } $discount = $form->round_amount( -- cgit v1.2.3