This commit is contained in:
behruz-dev
2025-10-31 17:51:42 +05:00
parent 1f254464aa
commit 6d8f4f44c6

View File

@@ -23,7 +23,7 @@ class InventoryListApiView(generics.GenericAPIView):
wherehouse_ids = request.query_params.getlist('wherehouse_id')
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')
product_exists = request.query_params.get('product_exists')
start_date = request.query_params.get('start_date')
end_date = request.query_params.get('end_date')
inventories = self.filter_queryset(self.queryset)