mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: auto-increment journal number.
WIP: customer form.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
export const journalNumberReducers = (type) => ({
|
||||
export const journalNumberChangedReducer = (type) => ({
|
||||
[type]: (state, action) => {
|
||||
const { isChanged } = action.payload;
|
||||
state.journalNumberChanged = isChanged;
|
||||
|
||||
Reference in New Issue
Block a user