2
0
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:
Oliver 2024-11-11 12:28:44 +11:00 committed by GitHub
parent 9cd0394dc4
commit ea1cc4d8dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,13 +115,7 @@ export function useReturnOrderLineItemFields({
price_currency: {}, price_currency: {},
target_date: {}, target_date: {},
notes: {}, notes: {},
link: {}, link: {}
responsible: {
filters: {
is_active: true
},
icon: <IconUsers />
}
}; };
}, [create, orderId, customerId]); }, [create, orderId, customerId]);
} }