From 8d69ff60adbc6b43e3b9c11f91902cc24361a14b Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 7 Jul 2022 09:05:20 +0000 Subject: [PATCH] argument missing fixes : ps --- api/application/controllers/Sales_PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Sales_PD_Controller.php b/api/application/controllers/Sales_PD_Controller.php index c391e5da..510b8030 100644 --- a/api/application/controllers/Sales_PD_Controller.php +++ b/api/application/controllers/Sales_PD_Controller.php @@ -257,7 +257,7 @@ class Sales_PD_Controller extends REST_Controller { $stt_fields = $common_fields; $stt_fields['img_name'] = $view_data['satellite_image'][0]['img_name']; $stt_fields['img'] = $view_data['satellite_image'][0]['img']; - cet_salespd::pushwithcetphotographapi($stt_fields); + cet_salespd::pushwithcetphotographapi($stt_fields,0); } $view_data['product_id'] = $sales_pd_data[0]['product_id']; $view_data['geo_location'] = $sales_pd_data[0]['geo_location'];