mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat: Credit note.
This commit is contained in:
@@ -31,6 +31,7 @@ import paymentMades from './PaymentMades/paymentMades.reducer';
|
||||
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 plans from './plans/plans.reducer';
|
||||
|
||||
const appReducer = combineReducers({
|
||||
@@ -63,6 +64,7 @@ const appReducer = combineReducers({
|
||||
paymentReceives,
|
||||
paymentMades,
|
||||
inventoryAdjustments,
|
||||
creditNotes,
|
||||
plans
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user