From: <tu...@us...> - 2014-01-19 01:19:13
|
Revision: 6544 http://sourceforge.net/p/web-erp/reponame/6544 Author: turbopt Date: 2014-01-19 01:19:06 +0000 (Sun, 19 Jan 2014) Log Message: ----------- Change property name value to uppercase to match use in the script. Modified Paths: -------------- trunk/Suppliers.php trunk/doc/Change.log Modified: trunk/Suppliers.php =================================================================== --- trunk/Suppliers.php 2014-01-16 06:13:33 UTC (rev 6543) +++ trunk/Suppliers.php 2014-01-19 01:19:06 UTC (rev 6544) @@ -736,7 +736,7 @@ </tr> <tr> <td>' . _('URL') . ':</td> - <td><input type="url" name="url" title="'._('Only URL address are allowed').'" placeholder="'._('URL format such as www.example.com').'" size="30" maxlength="50" /></td> + <td><input type="url" name="URL" title="'._('Only URL address are allowed').'" placeholder="'._('URL format such as www.example.com').'" size="30" maxlength="50" /></td> </tr> <tr> <td>' . _('Supplier Type') . ':</td> Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2014-01-16 06:13:33 UTC (rev 6543) +++ trunk/doc/Change.log 2014-01-19 01:19:06 UTC (rev 6544) @@ -1,4 +1,5 @@ webERP Change Log +18/01/14 Paul T: Change property name value to uppercase to match use in the script. [causing input loss] 16/01/14 Exson: Fixed sql strict mode failure problem in StockTransfers.php by adding a '' to qualitytext fields. 14/4/14 Tim: system would go to get currency rates even though they were set to manual - bug fixed. 14/1/14 Phil: Fixed bug that was not recording the standard cost against goods received - this would put all accounting out for both standard and weighted average journals. |