From 679fb1676c28389356e8034ce4e1268cf16d0229 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 7 Dec 2025 11:37:22 +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 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 """