|
From: <afc...@us...> - 2017-10-17 22:06:51
|
Revision: 7859
http://sourceforge.net/p/web-erp/reponame/7859
Author: afcouling
Date: 2017-10-17 22:06:48 +0000 (Tue, 17 Oct 2017)
Log Message:
-----------
Removed reference to css class 'toplink' in CustomerInquiry.php and CustomerAccount.php.
Modified Paths:
--------------
trunk/CustomerAccount.php
trunk/CustomerInquiry.php
trunk/doc/Change.log
Modified: trunk/CustomerAccount.php
===================================================================
--- trunk/CustomerAccount.php 2017-10-17 08:02:49 UTC (rev 7858)
+++ trunk/CustomerAccount.php 2017-10-17 22:06:48 UTC (rev 7859)
@@ -212,7 +212,7 @@
$CustomerRecord = DB_fetch_array($CustomerResult);
-echo '<div class="noprint toplink">
+echo '<div class="noprint centre">
<a href="', $RootPath, '/SelectCustomer.php">', _('Back to Customer Screen'), '</a>
</div>';
Modified: trunk/CustomerInquiry.php
===================================================================
--- trunk/CustomerInquiry.php 2017-10-17 08:02:49 UTC (rev 7858)
+++ trunk/CustomerInquiry.php 2017-10-17 22:06:48 UTC (rev 7859)
@@ -154,7 +154,7 @@
$CustomerRecord['overdue2'] = 0;
}
-echo '<div class="toplink">
+echo '<div class="noprint center">
<a href="', $RootPath, '/SelectCustomer.php">', _('Back to Customer Screen'), '</a>
</div>';
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2017-10-17 08:02:49 UTC (rev 7858)
+++ trunk/doc/Change.log 2017-10-17 22:06:48 UTC (rev 7859)
@@ -1,5 +1,6 @@
webERP Change Log
+17/10/17 Andy Couling: Removed reference to css class 'toplink' in CustomerInquiry.php and CustomerAccount.php.
17/10/17 Phil: Fix InventoryPlanning.php and includes/PDFInventoryPlanPageHeader.inc to display categories selected and fix month headings displayed
15/10/17 Andy Couling: New Expenses/Update Expense table header in PcClaimExpensesFromTab.php
15/10/17 Andy Couling: Fixed the edit/delete cash assignment functionality in PcAssignCashToTab.php
@@ -7,8 +8,7 @@
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.
-17/10/11 RChacon: If it is set the $_SESSION['ShowPageHelp'] parameter AND it is FALSE, hides the page help text (simplifies code using css
-).
+17/10/11 RChacon: If it is set the $_SESSION['ShowPageHelp'] parameter AND it is FALSE, hides the page help text (simplifies code using css).
17/10/11 RChacon: Set decimals variable for exchange rate in Currencies.php.
17/10/11 RChacon: Improve currency showing and set decimals variable for exchange rate in Payments.php.
17/10/11 Exson: Fix the indian_number_format bug in MiscFunctions.php.
|