mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: cashflow transaction matching
This commit is contained in:
@@ -24,7 +24,7 @@ export const useGetPendingAmountMatched = () => {
|
||||
return useMemo(() => {
|
||||
const matchedItems = [...perfectMatches, ...possibleMatches].filter(
|
||||
(match) => {
|
||||
const key = `${match.transactionType}-${match.transactionId}`;
|
||||
const key = `${match.referenceType}-${match.referenceId}`;
|
||||
return values.matched[key];
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user