|
From: <tu...@us...> - 2018-02-17 15:44:59
|
Revision: 7967
http://sourceforge.net/p/web-erp/reponame/7967
Author: turbopt
Date: 2018-02-17 15:44:56 +0000 (Sat, 17 Feb 2018)
Log Message:
-----------
GLJournalInquiry.php: Add missing = to value attribute.
Modified Paths:
--------------
trunk/GLJournalInquiry.php
trunk/doc/Change.log
Modified: trunk/GLJournalInquiry.php
===================================================================
--- trunk/GLJournalInquiry.php 2018-02-17 15:15:22 UTC (rev 7966)
+++ trunk/GLJournalInquiry.php 2018-02-17 15:44:56 UTC (rev 7967)
@@ -63,7 +63,7 @@
</tr>';
echo '</table>';
- echo '<br /><div class="centre"><input type="submit" name="Show" value"' . _('Show transactions'). '" /></div>';
+ echo '<br /><div class="centre"><input type="submit" name="Show" value="' . _('Show transactions'). '" /></div>';
echo '</form>';
} else {
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2018-02-17 15:15:22 UTC (rev 7966)
+++ trunk/doc/Change.log 2018-02-17 15:44:56 UTC (rev 7967)
@@ -1,4 +1,6 @@
webERP Change Log
+
+17/2/18 PaulT: GLJournalInquiry.php: Add missing = to value attribute.
17/02/18 Exson: Fixed the DB_escape_string bug for Array in session.inc and destroy cookie while users log out in Logout.php
16/2/18 Paul Becker (PaulT commit): header.php: Add link to the Dashboard in the AppInfoUserDiv. (Forum contribution: http://www.weberp.org/forum/showthread.php?tid=8100)
16/2/18 PaulT: Remove unused $db parameter from many functions within the /api area.
|