FIX_addPOMaster unwanted print_r : ps

This commit is contained in:
VE10-Sanjeev 2024-07-23 05:40:44 +00:00
parent 27944966b8
commit fbb17719b2

View File

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