mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix: full amount bold expenses transactions.
fix: bulk delete expenses transactions. fix: issue delete account node in tree.
This commit is contained in:
@@ -35,6 +35,7 @@ export const getAccountsListFactory = () =>
|
||||
return treeToList(accountsTree, {
|
||||
idFieldKey: 'id',
|
||||
childrenFieldKey: 'children',
|
||||
nodeFilter: (node, depth) => accountsItems[node.id],
|
||||
nodeMapper: (node, depth) => {
|
||||
const account = accountsItems[node.id];
|
||||
const spaceChar = String.fromCharCode(160);
|
||||
|
||||
Reference in New Issue
Block a user