diff --git a/public_html/include/arrayinfo.php b/public_html/include/arrayinfo.php index 5ad3f68..06bea0f 100644 --- a/public_html/include/arrayinfo.php +++ b/public_html/include/arrayinfo.php @@ -16,7 +16,7 @@ $arrSalesMethod = array ('New/call' => 'New/call', 'New/visit' => 'New/visit', ' $arrPaymentCycle = array ('A' => 'A', 'B' => 'B', 'C' => 'C', 'D' => 'D', 'F' => 'F', 'M' => 'M', 'Y' => 'Y', 'PAY STOP' => 'PAY STOP' ); $arrNoteType = array ('B' => 'Accounting', 'S' => 'Staff', 'D' => 'Driver', 'A' => 'All' ); -$arrPaidStatus = array ('P' => 'Paid', 'N' => 'UnPaid'); +$arrPaidStatus = array ('P' => 'Paid', 'N' => 'UnPaid', 'G' => 'Paid (Grease Trap)'); $arrMemberLevel = array ('1' => 'Administrator', '5' => 'Staff', '6' => 'Accounting', '7' => 'Sales', '8' => 'Install Driver', '9' => 'UCO Driver', '10' => 'Sales Agent' );