API fix
This commit is contained in:
parent
4ecdeb5702
commit
85b32f34a7
1 changed files with 1 additions and 0 deletions
|
|
@ -428,6 +428,7 @@ class InvoiceApiController extends BaseAPIController
|
|||
$this->invoiceService->save($data, $request->entity());
|
||||
|
||||
$invoice = Invoice::scope($publicId)
|
||||
->withTrashed()
|
||||
->with('client', 'invoice_items', 'invitations')
|
||||
->firstOrFail();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue