mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
BIG-116: payment made transcation.
This commit is contained in:
@@ -34,7 +34,7 @@ function PaymentMadeDetailProvider({ paymentMadeId, ...props }) {
|
|||||||
} = useTransactionsByReference(
|
} = useTransactionsByReference(
|
||||||
{
|
{
|
||||||
reference_id: paymentMadeId,
|
reference_id: paymentMadeId,
|
||||||
reference_type: 'paymentMade',
|
reference_type: 'BillPayment',
|
||||||
},
|
},
|
||||||
{ enabled: !!paymentMadeId },
|
{ enabled: !!paymentMadeId },
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user