mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Style fixes
This commit is contained in:
@ -675,7 +675,6 @@ class BuildCreate(AjaxCreateView):
|
|||||||
|
|
||||||
initials = super(BuildCreate, self).get_initial().copy()
|
initials = super(BuildCreate, self).get_initial().copy()
|
||||||
|
|
||||||
|
|
||||||
initials['parent'] = self.request.GET.get('parent', None)
|
initials['parent'] = self.request.GET.get('parent', None)
|
||||||
|
|
||||||
# User has provided a SalesOrder ID
|
# User has provided a SalesOrder ID
|
||||||
|
Reference in New Issue
Block a user