From 9371165b849f137ff72d807db06786a00a9e4bf3 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 23 Jul 2019 17:42:01 +0530 Subject: [PATCH] AI DIE CHECK REMOVED --- api/application/controllers/PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index 36b7db35..67061a3d 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -3741,7 +3741,7 @@ class PD_Controller extends REST_Controller { $temp_netprofit = 0; $temp_grossprofit = 0; $temp_netmargin = 0; - //print_r($sales_by_item_monthwise); + //print_r($sales_by_item_monthwise);die(); foreach($sales_by_item_monthwise as $monthwise_key => $sales_by_item_month) { $month_total = 0;