AI DIE CHECK REMOVED

This commit is contained in:
Velz2020 2019-07-23 17:42:01 +05:30
parent 0d85b05045
commit 9371165b84

View File

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