From 883a46bc12321cf95e50181e0f1cfd2e71499d2d Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Wed, 4 Feb 2026 11:59:04 -0500 Subject: [PATCH] [CUSTOMER_DETAIL] Removed required option on main container. --- public_html/doc/customer_detail.php | 2 +- public_html/include/arrayinfo.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/doc/customer_detail.php b/public_html/doc/customer_detail.php index 72df484..cae8cab 100644 --- a/public_html/doc/customer_detail.php +++ b/public_html/doc/customer_detail.php @@ -1151,7 +1151,7 @@ $(document).ready(function() Main Container - diff --git a/public_html/include/arrayinfo.php b/public_html/include/arrayinfo.php index d6efbbe..ba105e3 100644 --- a/public_html/include/arrayinfo.php +++ b/public_html/include/arrayinfo.php @@ -8,7 +8,7 @@ $arrPaymenttype = array ('CA' => 'Cash', 'CHQ' => 'Cheque', 'DIRECT' => 'Direct $arrBin = array ('D' => '200L Drum', '400B' => '400L Bin', '500B' => '500L Bin', '600B' => '600L Bin', '700B' => '700L Bin', '800B' => '800L Bin', '1000B' => '1000L Bin', - 'OD' => 'Owner\'s Bin/Drum' ,'P' => 'Bucket', 'CB' => 'Customized Bin'); + 'OB' => 'Owner\'s Bin' ,'OD' => 'Owner\'s Drum' , 'P' => 'Bucket', 'CB' => 'Customized Bin'); $arrForm = array ('Not Yet' => 'Not Yet', 'Paper' => 'Paper', 'Electronic' => 'Electronic' ); $arrSchedule = array ('None' => 'None', '1W' => '1W', '2W' => '2W', '3W' => '3W', '4W' => '4W', '5W' => '5W', '6W' => '6W', 'Will Call' => 'Will Call' );