Skip to content

Commit

Permalink
GLJournalInquiry.php: Add missing = to value attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent 631d6ae commit 63d0e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GLJournalInquiry.php
Expand Up @@ -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 {

Expand Down
2 changes: 2 additions & 0 deletions doc/Change.log
@@ -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.
Expand Down

0 comments on commit 63d0e7e

Please sign in to comment.