Skip to content

Commit

Permalink
MaintenanceUserSchedule.php: Fix closing tag mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent 63d0e7e commit 5fc33c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MaintenanceUserSchedule.php
Expand Up @@ -49,7 +49,7 @@
<th>' . _('Asset') . '</th>
<th>' . _('Description') . '</th>
<th>' . _('Last Completed') . '</th>
<th>' . _('Due By') . '</td>
<th>' . _('Due By') . '</th>
<th>' . _('Person') . '</th>
<th>' . _('Manager') . '</th>
<th>' . _('Now Complete') . '</th>
Expand Down
1 change: 1 addition & 0 deletions doc/Change.log
@@ -1,5 +1,6 @@
webERP Change Log

17/2/18 PaulT: MaintenanceUserSchedule.php: Fix closing tag mismatch.
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)
Expand Down

0 comments on commit 5fc33c8

Please sign in to comment.