mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Fix for useReturnOrderLineItemFields (#8462)
- Remove 'responsible' field from form-set - Not actually available on the endpoint
This commit is contained in:
parent
9cd0394dc4
commit
ea1cc4d8dc
@ -115,13 +115,7 @@ export function useReturnOrderLineItemFields({
|
||||
price_currency: {},
|
||||
target_date: {},
|
||||
notes: {},
|
||||
link: {},
|
||||
responsible: {
|
||||
filters: {
|
||||
is_active: true
|
||||
},
|
||||
icon: <IconUsers />
|
||||
}
|
||||
link: {}
|
||||
};
|
||||
}, [create, orderId, customerId]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user