|
From: <tu...@us...> - 2016-04-16 01:37:01
|
Revision: 7493
http://sourceforge.net/p/web-erp/reponame/7493
Author: turbopt
Date: 2016-04-16 01:37:00 +0000 (Sat, 16 Apr 2016)
Log Message:
-----------
add missing } causing error.
Modified Paths:
--------------
trunk/PcAuthorizeExpenses.php
trunk/doc/Change.log
Modified: trunk/PcAuthorizeExpenses.php
===================================================================
--- trunk/PcAuthorizeExpenses.php 2016-04-12 01:39:05 UTC (rev 7492)
+++ trunk/PcAuthorizeExpenses.php 2016-04-16 01:37:00 UTC (rev 7493)
@@ -323,7 +323,7 @@
echo '<option value="';
}
echo $myrow['tabcode'] . '">' . $myrow['tabcode'] . '</option>';
-
+ }
} //end while loop get type of tab
echo '</select></td>
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2016-04-12 01:39:05 UTC (rev 7492)
+++ trunk/doc/Change.log 2016-04-16 01:37:00 UTC (rev 7493)
@@ -1,5 +1,5 @@
webERP Change Log
-
+15/04/16 PaulT: add missing } causing error.
12/04/16 Exson: add cost security token to make price security and cost security separated to cope with different situation.
10/04/16 RChacon: In WorkCentres.php, add ViewTopic and BookMark and completes html table. In doc/Manual/ManualManufacturing.html, add help for WorkCentres.php.
10/04/16 RChacon: In SupplierInvoice.php, add ' - ' to standardise gltran.narrative to "SupplierID - ". In SuppTransGLAnalysis.php, add ViewTopic and Bookmark, completes html tables, add text class, and add currency_code to input table. In css/*/default.css, regroup horizontal align classes for readability. In doc/Manual/ManualAccountsPayable.html, add anchor id="SuppTransGLAnalysis".
@@ -18,7 +18,7 @@
24/02/16: Richard, Exson Fix the GLPosting initiating error in GLPostings.inc.
20/02/16 Janb,Tim fixed typo in upgrade4.12.3-4.13.sql
19/02/16 Daveparrish fixed page number error of AgedDebtors.php.
-02/02/16 Exson\xA3\xBAFixed the bug of chartdetails bfwd amount wrong in GLPostings.inc.
+02/02/16 Exson��Fixed the bug of chartdetails bfwd amount wrong in GLPostings.inc.
1/2/15 Exson: Make GL Posting really transaction in GLPostings.inc.
30/01/16 Exson: Fix the bug to print invoice instead of credit note when a credit note requested in CustomerInquiry.php reported by daveparrish.
14/01/16 Exson: Add Supplier transaction allocation inquiry in SuppWhereAlloc.php and add a link to in SupplierInquiry.php.
|