mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 13:33:57 +00:00
E-Invoice - API, Sales Invoice Report with update post request to include validation
This commit is contained in:
@@ -67,7 +67,7 @@ class UpdateBookingSalesInvoiceLogic extends AbstractControllerLogic
|
||||
$dto = new UpdateBookingSalesInvoiceDTO($data);
|
||||
$this->canUpdateBookingSalesInvoice->passes($dto);
|
||||
|
||||
ProcessSalesInvoiceReportV2CommandJob::dispatch($dto->toArray());
|
||||
// ProcessSalesInvoiceReportV2CommandJob::dispatch($dto->toArray());
|
||||
|
||||
return $this->response([]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user