@@ -185,13 +169,11 @@ class Booking_model extends CI_Model {
Hi,\n\r Welcome to DcarFixxers. \r\n Your booking for the vehicle ".$bookData->car_name." on date ".$bookData->scheduled_date." at ".$bookData->scheduled_time." is Cancelled.
$cond.=(!empty($booking_id))?" AND BK.booking_id='".$booking_id."' ":"";
$cond.=(!empty($mechanic_id))?" AND MBK.mechanic_id='".$mechanic_id."' ":"";
$sql="SELECT GROUP_CONCAT(DISTINCT(MBK.mechanic_id)) AS mechanic_ids,MBK.amount as cost,BK.booking_id,BK.customer_id,BK.customer_veh_id,BK.scheduled_date,BK.scheduled_time,BK.status,BK.mileage,BK.issues_selected,VEH.car_name,BK.custom_issue_data,VEH.car_model,VEH.car_maker,