|
From: <tu...@us...> - 2015-06-05 03:28:29
|
Revision: 7317
http://sourceforge.net/p/web-erp/reponame/7317
Author: turbopt
Date: 2015-06-05 03:28:26 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
Currencies.php: Add closing select, td and tr tags to complete last table row.
Modified Paths:
--------------
trunk/Currencies.php
trunk/doc/Change.log
Modified: trunk/Currencies.php
===================================================================
--- trunk/Currencies.php 2015-06-04 15:55:47 UTC (rev 7316)
+++ trunk/Currencies.php 2015-06-05 03:28:26 UTC (rev 7317)
@@ -527,7 +527,10 @@
echo '<option value="0">' . _('No') . '</option>';
}
- echo '</table>';
+ echo '</select>
+ </td>
+ </tr>
+ </table>';
echo '<br />
<div class="centre">
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2015-06-04 15:55:47 UTC (rev 7316)
+++ trunk/doc/Change.log 2015-06-05 03:28:26 UTC (rev 7317)
@@ -1,5 +1,6 @@
webERP Change Log
+04/06/15 TurboPT: Currencies.php: Add closing select, td and tr tags to complete last table row.
27/05/15 Thumb: Fix error_reporting() bug change && to & in install/index.php.
25/5/15 Tom Barry: SupplierInquiry.php moved SQL to get the users authorisation to put supplier invoices on hold outside the loop to avoid unecessary round trips to the SQL server
21/5/15 RChacon: Adjust CustomerAccount.php for direct printing.
|