2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
This commit is contained in:
Oliver Walters 2019-09-23 19:31:50 +10:00
parent 8d92960f10
commit b1380687e6

View File

@ -254,7 +254,6 @@ class PurchaseOrderReceive(AjaxUpdateView):
return lines return lines
def get(self, request, *args, **kwargs): def get(self, request, *args, **kwargs):
""" Respond to a GET request. Determines which parts are outstanding, """ Respond to a GET request. Determines which parts are outstanding,
and presents a list of these parts to the user. and presents a list of these parts to the user.