mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: unexpected char in cashflow transactions report
This commit is contained in:
@@ -74,7 +74,7 @@ export class CashflowAccountTransactionReport extends FinancialSheet {
|
|||||||
const firstMatchedTrans = first(matchedTrans);
|
const firstMatchedTrans = first(matchedTrans);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
(firstCategorizedTrans?.id ||
|
firstCategorizedTrans?.id ||
|
||||||
firstMatchedTrans?.uncategorizedTransactionId ||
|
firstMatchedTrans?.uncategorizedTransactionId ||
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user