mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: journal number increment.
This commit is contained in:
@@ -20,7 +20,7 @@ export default (mapState) => {
|
||||
manualJournalsPagination: getManualJournalsPagination(state, props, query),
|
||||
manualJournalsLoading: state.manualJournals.loading,
|
||||
|
||||
nextJournalNumberChanged: state.manualJournals.nextJournalNumberChanged,
|
||||
journalNumberChanged: state.manualJournals.journalNumberChanged,
|
||||
};
|
||||
return mapState ? mapState(mapped, state, props) : mapped;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user