change: change filter name

This commit is contained in:
behruz-dev
2025-09-29 17:52:26 +05:00
parent 5cf6aafdcc
commit d994fcb16a
2 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ class InventoryListApiView(generics.GenericAPIView):
project_folder_ids = request.query_params.getlist('project_folder_id')
project_ids = request.query_params.getlist('project_ids')
product_exists = request.query_params.get('product_exist')
start_date = request.query_params.get('start_date')
start_date = request.query_params.get('end_date')
inventories = self.filter_queryset(self.queryset)
if wherehouse_ids: