From fbb17719b25f52b73243f3a9e3c40b4c2c99623b Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Tue, 23 Jul 2024 05:40:44 +0000 Subject: [PATCH] FIX_addPOMaster unwanted print_r : ps --- app/Models/Purchaseorder_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Purchaseorder_model.php b/app/Models/Purchaseorder_model.php index 0ed5f4ac..2137d38e 100644 --- a/app/Models/Purchaseorder_model.php +++ b/app/Models/Purchaseorder_model.php @@ -782,7 +782,7 @@ mstr.CourierNo,pom.Status,pom.POType') //,bill.BillNo,bill.FilePath, */ function addPOMaster($POMaster,$POType, $revenuetype) { - print_r($POMaster);die; + // print_r($POMaster);die; try { $this->db->transStart(); $builder = $this->db->table('T_PurchaseOrder_Master');