diff --git a/InvenTree/order/views.py b/InvenTree/order/views.py index 5ae955b3c8..01ad682e6a 100644 --- a/InvenTree/order/views.py +++ b/InvenTree/order/views.py @@ -254,7 +254,6 @@ class PurchaseOrderReceive(AjaxUpdateView): return lines - def get(self, request, *args, **kwargs): """ Respond to a GET request. Determines which parts are outstanding, and presents a list of these parts to the user.