mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
API fix
This commit is contained in:
parent
4ecdeb5702
commit
85b32f34a7
@ -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…
Reference in New Issue
Block a user