mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: styling item adjustment dialog.
This commit is contained in:
@@ -79,8 +79,7 @@ function ItemsDataTable({
|
||||
(item) => () => {
|
||||
openDialog('inventory-adjustment-form', {
|
||||
action: 'make_adjustment',
|
||||
item_id: item.id,
|
||||
quantity_on_hand: item.quantity_on_hand,
|
||||
itemId: item.id,
|
||||
});
|
||||
},
|
||||
[openDialog],
|
||||
|
||||
Reference in New Issue
Block a user