mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
feat(PaymentReceive): link invoice with payment receive entries.
This commit is contained in:
@@ -479,7 +479,7 @@ export default class PaymentReceiveService {
|
|||||||
const paymentReceive = await PaymentReceive.query()
|
const paymentReceive = await PaymentReceive.query()
|
||||||
.withGraphFetched('customer')
|
.withGraphFetched('customer')
|
||||||
.withGraphFetched('depositAccount')
|
.withGraphFetched('depositAccount')
|
||||||
.withGraphFetched('entries')
|
.withGraphFetched('entries.invoice')
|
||||||
.withGraphFetched('transactions')
|
.withGraphFetched('transactions')
|
||||||
.findById(paymentReceiveId);
|
.findById(paymentReceiveId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user