diff --git a/apps/warehouse/web/api/v1/api.py b/apps/warehouse/web/api/v1/api.py index ac348c9..dc9bc5c 100644 --- a/apps/warehouse/web/api/v1/api.py +++ b/apps/warehouse/web/api/v1/api.py @@ -181,7 +181,7 @@ class InventoryQuotaSaleTransactionViewSet( def list(self, request, *args, **kwargs): """ - list of transactions # + list of transactions filter by: search, all, my_transactions filter by: transaction status """