diff --git a/Customers.php b/Customers.php index 223d92bf9..5545fc9dd 100644 --- a/Customers.php +++ b/Customers.php @@ -457,7 +457,7 @@ if ($_SESSION['AutoDebtorNo']==0) { echo ' ' . _('Customer Code') . ': - '; + '; } echo ' diff --git a/ShopParameters.php b/ShopParameters.php index 453d6d7a9..ecfd6e7df 100644 --- a/ShopParameters.php +++ b/ShopParameters.php @@ -238,7 +238,7 @@ // Shop Customer echo ' ' . _('Default Web Shop Customer Acount') . ': - + ' . _('Select the customer account that is to be used for the web-store sales') . ' '; // Shop Customer Branch diff --git a/doc/Change.log b/doc/Change.log index 09866bc27..4a1b0b9f2 100644 --- a/doc/Change.log +++ b/doc/Change.log @@ -1,5 +1,6 @@ webERP Change Log +17/2/18 PaulT: Customers.php, ShopParameters.php: Fix view page source message "No space between attributes" reported in Firefox. 17/2/18 PaulT: Labels.php: Remove extra closing tag pair. 17/2/18 PaulT: FixedAssetLocations.php: Move closing condition brace to cover entire table output to avoid a stray closing table tag output if the condition is not met. Also, replace some style attributes with equivalent CSS. 17/2/18 PaulT: MaintenanceUserSchedule.php: Fix closing tag mismatch.