[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1868] branches/1.2/bin/io.pl
- Subject: SF.net SVN: ledger-smb: [1868] branches/1.2/bin/io.pl
- From: ..hidden..
- Date: Wed, 14 Nov 2007 09:23:30 -0800
Revision: 1868
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1868&view=rev
Author: tetragon
Date: 2007-11-14 09:23:29 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
Dealing with the minor issue of 1820698 (1.2 only)
Modified Paths:
--------------
branches/1.2/bin/io.pl
Modified: branches/1.2/bin/io.pl
===================================================================
--- branches/1.2/bin/io.pl 2007-11-14 04:23:51 UTC (rev 1867)
+++ branches/1.2/bin/io.pl 2007-11-14 17:23:29 UTC (rev 1868)
@@ -319,7 +319,7 @@
. $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"},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.