2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

styling again

This commit is contained in:
2021-05-07 15:37:15 +02:00
parent b6043af7c0
commit 63cf75eefc

View File

@ -1259,6 +1259,7 @@ class SOLineItemCreate(AjaxCreateView):
self.object = ret
return ret
class SOLineItemEdit(AjaxUpdateView):
""" View for editing a SalesOrderLineItem """