1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
This commit is contained in:
Hillel Coren 2018-09-14 16:27:25 +03:00
parent 4ecdeb5702
commit 85b32f34a7

View File

@ -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();