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.