feat: add auto increment in vendor credit number.

This commit is contained in:
elforjani13
2021-12-01 14:02:54 +02:00
parent 432e2d202a
commit 43b91503d2
15 changed files with 366 additions and 19 deletions

View File

@@ -52,10 +52,10 @@ const initialState = {
cashflowTransactions: {
tableSize: 'medium',
},
creditNotes: {
creditNote: {
tableSize: 'medium',
},
vendorCredits: {
vendorCredit: {
tableSize: 'medium',
},
},