diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index d2852790de..8d8c9e244b 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -141,7 +141,6 @@ class NotificationList(generics.ListAPIView): ] ordering_fields = [ - #'age', # TODO enable ordering by age 'category', 'name', 'read',