From 3a768e8b1362db50aa78fd5ebfb9c3b4ccc2ba6c Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 7 Dec 2025 11:49:07 +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 """