From: <tim...@us...> - 2010-10-31 20:23:40
|
Revision: 4132 http://web-erp.svn.sourceforge.net/web-erp/?rev=4132&view=rev Author: tim_schofield Date: 2010-10-31 20:23:34 +0000 (Sun, 31 Oct 2010) Log Message: ----------- Minor bug fixes Modified Paths: -------------- trunk/SuppTransGLAnalysis.php trunk/doc/Change.log.html Modified: trunk/SuppTransGLAnalysis.php =================================================================== --- trunk/SuppTransGLAnalysis.php 2010-10-31 19:01:39 UTC (rev 4131) +++ trunk/SuppTransGLAnalysis.php 2010-10-31 20:23:34 UTC (rev 4132) @@ -99,6 +99,7 @@ </tr>'; echo $TableHeader; $TotalGLValue=0; +$i=0; foreach ( $_SESSION['SuppTrans']->GLCodes as $EnteredGLCode){ @@ -143,6 +144,7 @@ echo '<tr> <td>' . _('Account Code') . ':</td> <td><input type="text" name="GLCode" size=12 maxlength=11 VALUE="' . $_POST['GLCode'] . '"></td> + <input type="hidden" name="JobRef" value=""> </tr>'; echo '<tr> <td>' . _('Account Selection') . ':<br>(' . _('If you know the code enter it above') . '<br>' . _('otherwise select the account from the list') . ')</td> Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-10-31 19:01:39 UTC (rev 4131) +++ trunk/doc/Change.log.html 2010-10-31 20:23:34 UTC (rev 4132) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>31/10/10 Tim: SuppTransGLAnalysis.php. Minor bug fixes</p> <p>31/10/10 Tim: SuppTransGLAnalysis.php. Force the user to select a GL account code instaed of defaulting to first on the list</p> <p>31/10/10 Tim: CustomerReceipt.php. Force the user to select a GL account code and a Bank Account instaed of defaulting to first on the list</p> <p>29/10/10 Tim: index.php. If CustomerReceipt selected from the GL menu then go to GL receipts else customer receipts</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |