mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-09 20:21:24 +00:00
PEP style fixes
This commit is contained in:
@@ -358,8 +358,6 @@ class SalesOrderEdit(AjaxUpdateView):
|
||||
def get_form(self):
|
||||
form = super().get_form()
|
||||
|
||||
order = self.get_object()
|
||||
|
||||
# Prevent user from editing customer
|
||||
form.fields['customer'].widget = HiddenInput()
|
||||
|
||||
|
Reference in New Issue
Block a user