GWM : issue fixed
This commit is contained in:
parent
70b906faff
commit
24c2ce02c8
@ -517,6 +517,8 @@ class QuotationController extends ResourceController
|
|||||||
|
|
||||||
$quotationData = $this->request->getJSON(true);
|
$quotationData = $this->request->getJSON(true);
|
||||||
|
|
||||||
|
print_r($quotationData);
|
||||||
|
|
||||||
if (empty($quotationData['quotation_id'])) {
|
if (empty($quotationData['quotation_id'])) {
|
||||||
return $this->respond([
|
return $this->respond([
|
||||||
'status' => 'failed',
|
'status' => 'failed',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user