From 67e50212aa51e74dae50c0d4b5825c62d8b340c2 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 7 Dec 2025 11:23:32 +0330 Subject: [PATCH] test --- apps/warehouse/web/api/v1/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/warehouse/web/api/v1/api.py b/apps/warehouse/web/api/v1/api.py index dc9bc5c..ac348c9 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 """