feat: add create & edit & delete in vendor credit.

This commit is contained in:
elforjani13
2021-11-30 16:34:13 +02:00
parent 119d0b2839
commit 15fa1729a2
24 changed files with 584 additions and 158 deletions

View File

@@ -52,6 +52,12 @@ const initialState = {
cashflowTransactions: {
tableSize: 'medium',
},
creditNotes: {
tableSize: 'medium',
},
vendorCredits: {
tableSize: 'medium',
},
},
};