mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: add auto increment/ money out.
This commit is contained in:
@@ -18,7 +18,7 @@ export default (mapState) => {
|
||||
vendorsSettings: state.settings.data.vendors,
|
||||
cashflowSettings: state.settings.data.cashflowAccounts,
|
||||
cashflowTransactionsSettings: state.settings.data.cashflowTransactions,
|
||||
|
||||
cashflowSetting: state.settings.data.cashflow,
|
||||
};
|
||||
return mapState ? mapState(mapped, state, props) : mapped;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user