| 
      
      
      From: <afc...@us...> - 2017-10-15 22:28:00
      
     | 
| Revision: 7855
          http://sourceforge.net/p/web-erp/reponame/7855
Author:   afcouling
Date:     2017-10-15 22:27:58 +0000 (Sun, 15 Oct 2017)
Log Message:
-----------
Table header labels corrected in PcClaimExpensesFromTab.php and PcAuthorizeExpenses.php.
Modified Paths:
--------------
    trunk/PcAuthorizeExpenses.php
    trunk/PcClaimExpensesFromTab.php
    trunk/doc/Change.log
Modified: trunk/PcAuthorizeExpenses.php
===================================================================
--- trunk/PcAuthorizeExpenses.php	2017-10-15 22:23:49 UTC (rev 7854)
+++ trunk/PcAuthorizeExpenses.php	2017-10-15 22:27:58 UTC (rev 7855)
@@ -91,7 +91,7 @@
 			<th>', _('Date of Expense'), '</th>
 			<th>', _('Expense Code'), '</th>
 			<th>', _('Gross Amount'), '</th>
-			<th>', _('Total Tax'), '</th>
+			<th>', _('Tax'), '</th>
 			<th>', _('Tax Group'), '</th>
 			<th>', _('Tag'), '</th>
 			<th>', _('Notes'), '</th>
Modified: trunk/PcClaimExpensesFromTab.php
===================================================================
--- trunk/PcClaimExpensesFromTab.php	2017-10-15 22:23:49 UTC (rev 7854)
+++ trunk/PcClaimExpensesFromTab.php	2017-10-15 22:27:58 UTC (rev 7855)
@@ -257,7 +257,7 @@
 				<th>', _('Date of Expense'), '</th>
 				<th>', _('Expense Code'), '</th>
 				<th>', _('Gross Amount'), '</th>
-				<th>', _('Total Tax'), '</th>
+				<th>', _('Tax'), '</th>
 				<th>', _('Tax Group'), '</th>
 				<th>', _('Tag'), '</th>
 				<th>', _('Notes'), '</th>
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log	2017-10-15 22:23:49 UTC (rev 7854)
+++ trunk/doc/Change.log	2017-10-15 22:27:58 UTC (rev 7855)
@@ -1,4 +1,5 @@
 webERP Change Log
+15/10/17 Andy Couling: Table header labels corrected in PcClaimExpensesFromTab.php and PcAuthorizeExpenses.php.
 15/10/17 Andy Couling: Fixed expense deletion dialogue box in PcClaimExpensesFromTab.php.
 15/10/17 Andy Couling: Missing $Id comments added to Petty Cash scripts.
 17/10/12 Exson: Fixed the bug that Narrative information will loss when add or remove controlled items lot no in StockAdjustments.php.
 |