mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +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()
|
||||
.withGraphFetched('customer')
|
||||
.withGraphFetched('depositAccount')
|
||||
.withGraphFetched('entries')
|
||||
.withGraphFetched('entries.invoice')
|
||||
.withGraphFetched('transactions')
|
||||
.findById(paymentReceiveId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user