diff --git a/InvenTree/order/api.py b/InvenTree/order/api.py index 2e8deb05c8..21fbd80326 100644 --- a/InvenTree/order/api.py +++ b/InvenTree/order/api.py @@ -78,7 +78,7 @@ class POList(generics.ListCreateAPIView): 'supplier__image', 'reference', 'description', - 'URL', + 'link', 'status', 'notes', 'creation_date',