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');