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;