mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: inventory adjustment detail.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
export const DRAWERS = {
|
||||
ESTIMATE_DRAWER: 'estimate-drawer',
|
||||
MANUAL_JOURNAL_DRAWER: 'journal-drawer',
|
||||
@@ -8,5 +6,6 @@ export const DRAWERS = {
|
||||
PAYMENT_RECEIVE_DRAWER: 'payment-receive-drawer',
|
||||
ACCOUNT_DRAWER: 'account-drawer',
|
||||
JOURNAL_DRAWER: 'journal-drawer',
|
||||
EXPENSE_DRAWER: 'expense-drawer'
|
||||
};
|
||||
EXPENSE_DRAWER: 'expense-drawer',
|
||||
INVENTORY_ADJUSTMENT_DRAWER: 'inventory-adjustment-drawer',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user