summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-14 17:23:29 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-14 17:23:29 +0000
commiteab1c390b1d504bab15644b17e77698ff7894570 (patch)
treec96ab061c731111edae99a54bd60197c6a0aa0e8
parent65782920f52807fddb704f20b7541e212c1d1b68 (diff)
Dealing with the minor issue of 1820698 (1.2 only)
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1868 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-xbin/io.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/io.pl b/bin/io.pl
index df168219..d8dd0897 100755
--- a/bin/io.pl
+++ b/bin/io.pl
@@ -319,7 +319,7 @@ qq|<td align="right"><input name="qty_$i" title="$form->{"onhand_$i"}" size="5"
. $form->format_amount( \%myconfig, $form->{"ship_$i"} )
. qq|"></td>|;
$column_data{unit} =
- qq|<td><input name="unit_$i" size="5" value="$form->{"unit_$i"}"></td>|;
+ qq|<td><input name="unit_$i" size="5" maxlength="5" value="$form->{"unit_$i"}" /></td>|;
$column_data{sellprice} =
qq|<td align="right"><input name="sellprice_$i" size="9" value="|
. $form->format_amount( \%myconfig, $form->{"sellprice_$i"},