From: <tim...@us...> - 2010-10-02 11:37:44
|
Revision: 4087 http://web-erp.svn.sourceforge.net/web-erp/?rev=4087&view=rev Author: tim_schofield Date: 2010-10-02 11:37:38 +0000 (Sat, 02 Oct 2010) Log Message: ----------- Fix to create a reversing journal even when non english language is used. Modified Paths: -------------- trunk/GLJournal.php trunk/doc/Change.log.html Modified: trunk/GLJournal.php =================================================================== --- trunk/GLJournal.php 2010-10-02 10:39:48 UTC (rev 4086) +++ trunk/GLJournal.php 2010-10-02 11:37:38 UTC (rev 4087) @@ -82,7 +82,7 @@ $DbgMsg = _('The SQL that failed to insert the GL Trans record was'); $result = DB_query($SQL,$db,$ErrMsg,$DbgMsg,true); - if ($_POST['JournalType']==_('Reversing')){ + if ($_POST['JournalType']=='Reversing'){ $SQL = "INSERT INTO gltrans (type, typeno, trandate, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-10-02 10:39:48 UTC (rev 4086) +++ trunk/doc/Change.log.html 2010-10-02 11:37:38 UTC (rev 4087) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>02/10/10 Tim: GLJournal.php - Fix to create a reversing journal even when non english language is used.</p> <p>02/10/10 Tim: PDFGrnHeader.php - Show correct column headings. Fixes bug 3072507</p> <p>30/09/10 Tim: Add form verification to prevent form spoofing</p> <p>30/09/10 Tim: WWW_Users.php - SQL quoting corrections and layout changes and improvements</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |