From 535f1994b19c6f97503cf8fed968bc75a99d317e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 6 Apr 2020 12:02:23 +1000 Subject: [PATCH] Fix order API reference --- InvenTree/order/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',