From b42fa935deb1fa84ef9359c78e95f2a2038e88f8 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Fri, 11 Apr 2025 06:25:15 +0000 Subject: [PATCH] value General mistake --- app/Controllers/Jobcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Jobcard.php b/app/Controllers/Jobcard.php index 58b9c8e..bd22ac0 100755 --- a/app/Controllers/Jobcard.php +++ b/app/Controllers/Jobcard.php @@ -1278,7 +1278,7 @@ class Jobcard extends BaseController $makeId = $this->request->getPost('make_id'); $modelId = $this->request->getPost('model_id'); $type = $this->request->getPost('type'); - $selectServiceString = ($type == "With General") ? "services.wg_price,services.wg_labour_cost as labour_cost" : "services.wog_price,services.wog_labour_cost as labour_cost"; + $selectServiceString = ($type == "General") ? "services.wg_price,services.wg_labour_cost as labour_cost" : "services.wog_price,services.wog_labour_cost as labour_cost"; $ccId = $this->BikemodelsModel->where('model_id',$modelId)->get()->getRow()->cubic_capacity_id;