From: <tim...@us...> - 2010-10-26 21:02:35
|
Revision: 4111 http://web-erp.svn.sourceforge.net/web-erp/?rev=4111&view=rev Author: tim_schofield Date: 2010-10-26 21:02:29 +0000 (Tue, 26 Oct 2010) Log Message: ----------- ncrease the number of decimal places that can be entered Modified Paths: -------------- trunk/DiscountMatrix.php trunk/doc/Change.log.html Modified: trunk/DiscountMatrix.php =================================================================== --- trunk/DiscountMatrix.php 2010-10-26 18:43:32 UTC (rev 4110) +++ trunk/DiscountMatrix.php 2010-10-26 21:02:29 UTC (rev 4111) @@ -133,7 +133,7 @@ echo '<tr><td>' . _('Discount Rate') . " (%):</td><td><input class='number' tabindex=4 " . (in_array('DiscountRate',$Errors) ? "class='inputerror'" : "") . - "type='text' name='DiscountRate' size=4 maxlength=4></td></tr>"; + "type='text' name='DiscountRate' size=11 maxlength=14></td></tr>"; echo '</table><br>'; echo "<div class='centre'><input tabindex=5 type='submit' name='submit' value='" . _('Enter Information') . "'></div><br>"; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-10-26 18:43:32 UTC (rev 4110) +++ trunk/doc/Change.log.html 2010-10-26 21:02:29 UTC (rev 4111) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>26/10/10 Tim: Discountmatrix.php - Increase the number of decimal places that can be entered</p> <p>26/10/10 Tim: StockLocTransfer.php - Check there is sufficient stock for the transfer</p> <p>25/10/10 Marcos Garcia Trejo: New labelprinting functionality </p> <p>25/10/10 ChenJohn: class.pdf.php - correctly display some html encoded special characters, to make them human readeable in pdf file.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |