mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: journal number increment.
This commit is contained in:
@@ -16,4 +16,11 @@ export const getCustomersItems = createSelector(
|
||||
? pickItemsFromIds(customersItems, customersView.ids) || []
|
||||
: [];
|
||||
},
|
||||
);
|
||||
|
||||
export const getCustomersListFactory = () => createSelector(
|
||||
customersItemsSelector,
|
||||
(customersItems) => {
|
||||
return Object.values(customersItems);
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user