From: <tu...@us...> - 2018-02-17 16:44:27
|
Revision: 7968 http://sourceforge.net/p/web-erp/reponame/7968 Author: turbopt Date: 2018-02-17 16:44:24 +0000 (Sat, 17 Feb 2018) Log Message: ----------- MaintenanceUserSchedule.php: Fix closing tag mismatch. Modified Paths: -------------- trunk/MaintenanceUserSchedule.php trunk/doc/Change.log Modified: trunk/MaintenanceUserSchedule.php =================================================================== --- trunk/MaintenanceUserSchedule.php 2018-02-17 15:44:56 UTC (rev 7967) +++ trunk/MaintenanceUserSchedule.php 2018-02-17 16:44:24 UTC (rev 7968) @@ -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> Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-02-17 15:44:56 UTC (rev 7967) +++ trunk/doc/Change.log 2018-02-17 16:44:24 UTC (rev 7968) @@ -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) |