GWM
This commit is contained in:
parent
36b1ce2f37
commit
9cc55d54cd
@ -404,6 +404,14 @@ class QuotationController extends ResourceController
|
||||
|
||||
$this->QuotationModel->update($quotationId, $quotationData);
|
||||
|
||||
/* --------------------------------------------
|
||||
* Update Enquiry (Quotation Accepted)
|
||||
* -------------------------------------------- */
|
||||
$this->EnquiryModel->update($data['enquiry_id'], [
|
||||
'broker_id' => $data['broker_id'] ?? 0,
|
||||
'vehicle_type_id' => $data['vehicle_type_id'] ?? 0,
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user