diff --git a/SelectCustomer.php b/SelectCustomer.php
index ba46980ad..ab4024860 100644
--- a/SelectCustomer.php
+++ b/SelectCustomer.php
@@ -11,10 +11,6 @@
include(__DIR__ . '/includes/SQL_CommonFunctions.php');
-echo '
-
', __('Customers'), '
-
';
-
if (isset($_GET['Select'])) {
$_SESSION['CustomerID'] = $_GET['Select'];
} // isset($_GET['Select'])
@@ -43,6 +39,7 @@
}
$Msg = '';
+$CustomerMenuSection = '';
if (isset($_POST['Go1']) or isset($_POST['Go2'])) {
$_POST['PageOffset'] = (isset($_POST['Go1']) ? $_POST['PageOffset1'] : $_POST['PageOffset2']);
@@ -144,96 +141,61 @@
echo '
', // Icon title.
- __('Customer'), ' : ', stripslashes($_SESSION['CustomerID']), ' - ', $CustomerName, ' - ', $PhoneNo, __(' has been selected'), '
+ '',
+ __('Customer'), ': ', stripslashes($_SESSION['CustomerID']), ' - ', $CustomerName,
+ '
'; // Page title.
- echo '', __('Select a menu option to operate using this customer'), '.
';
-
- echo '