From: <te...@us...> - 2013-07-22 01:55:09
|
Revision: 6133 http://sourceforge.net/p/web-erp/reponame/6133 Author: tehonu Date: 2013-07-22 01:55:02 +0000 (Mon, 22 Jul 2013) Log Message: ----------- Set brAddress4 to 50 as DB Modified Paths: -------------- trunk/CustomerBranches.php Modified: trunk/CustomerBranches.php =================================================================== --- trunk/CustomerBranches.php 2013-07-22 00:41:56 UTC (rev 6132) +++ trunk/CustomerBranches.php 2013-07-22 01:55:02 UTC (rev 6133) @@ -650,7 +650,7 @@ if (!isset($_POST['BrAddress4'])) { $_POST['BrAddress4']=''; } - echo '<td><input tabindex="7" type="text" name="BrAddress4" size="41" maxlength="40" value="'. $_POST['BrAddress4'].'" /></td> + echo '<td><input tabindex="7" type="text" name="BrAddress4" size="51" maxlength="50" value="'. $_POST['BrAddress4'].'" /></td> </tr> <tr> <td>'._('Street Address 5 (Postal Code)').':</td>'; |