From 24c2ce02c876c23f3874807af48da463df8096da Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 28 Nov 2025 14:21:34 +0530 Subject: [PATCH] GWM : issue fixed --- app/Controllers/QuotationController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Controllers/QuotationController.php b/app/Controllers/QuotationController.php index f507ed9..441da24 100644 --- a/app/Controllers/QuotationController.php +++ b/app/Controllers/QuotationController.php @@ -517,6 +517,8 @@ class QuotationController extends ResourceController $quotationData = $this->request->getJSON(true); + print_r($quotationData); + if (empty($quotationData['quotation_id'])) { return $this->respond([ 'status' => 'failed',