mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Cleanup errors in unit testing
This commit is contained in:
@ -1273,7 +1273,7 @@ class POLineItemEdit(AjaxUpdateView):
|
||||
form = super().get_form()
|
||||
|
||||
# Prevent user from editing order once line item is assigned
|
||||
form.fields.pop('order')
|
||||
form.fields['order'].widget = HiddenInput()
|
||||
|
||||
return form
|
||||
|
||||
|
Reference in New Issue
Block a user