diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-14 17:23:29 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-14 17:23:29 +0000 |
commit | eab1c390b1d504bab15644b17e77698ff7894570 (patch) | |
tree | c96ab061c731111edae99a54bd60197c6a0aa0e8 /bin | |
parent | 65782920f52807fddb704f20b7541e212c1d1b68 (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
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/io.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |