mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: Vendor Credit note.
This commit is contained in:
@@ -32,6 +32,7 @@ import organizations from './organizations/organizations.reducers';
|
||||
import subscriptions from './subscription/subscription.reducer';
|
||||
import inventoryAdjustments from './inventoryAdjustments/inventoryAdjustment.reducer';
|
||||
import creditNotes from './CreditNotes/creditNotes.reducer'
|
||||
import vendorsCreditNotes from './vendorsCreditNotes/vendorsCreditNotes.reducer'
|
||||
import plans from './plans/plans.reducer';
|
||||
|
||||
const appReducer = combineReducers({
|
||||
@@ -65,6 +66,7 @@ const appReducer = combineReducers({
|
||||
paymentMades,
|
||||
inventoryAdjustments,
|
||||
creditNotes,
|
||||
vendorsCreditNotes,
|
||||
plans
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user