Skip to content

Commit

Permalink
Fix for useReturnOrderLineItemFields (#8462)
Browse files Browse the repository at this point in the history
- Remove 'responsible' field from form-set
- Not actually available on the endpoint
  • Loading branch information
SchrodingersGat authored Nov 11, 2024
1 parent 9cd0394 commit ea1cc4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/frontend/src/forms/ReturnOrderForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,7 @@ export function useReturnOrderLineItemFields({
price_currency: {},
target_date: {},
notes: {},
link: {},
responsible: {
filters: {
is_active: true
},
icon: <IconUsers />
}
link: {}
};
}, [create, orderId, customerId]);
}
Expand Down

0 comments on commit ea1cc4d

Please sign in to comment.