mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-03 22:01:00 +00:00
feat(payments): add customer ledgers and allocations (#744)
This commit is contained in:
@@ -93,6 +93,7 @@ class InvoicesController extends Controller
|
||||
return new InvoiceResource($invoice->load([
|
||||
'creditNotes:id,related_invoice_id,invoice_number,total',
|
||||
'creditNotes.items:id,invoice_id,source_invoice_item_id,quantity',
|
||||
'allocations.payment',
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user