update excel warehouse

This commit is contained in:
7nimor
2025-07-31 12:29:37 +03:30
parent 359817a469
commit f4dc4ea629
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ from common.helper_excel import create_header, excel_description, create_header_
from common.helpers import get_organization_by_user
class InventoryEntryExcelViewSet(viewsets.ModelViewSet):
class WareHouseExcelViewSet(viewsets.ModelViewSet):
queryset = warehouse_models.InventoryEntry.objects.all()
serializer_class = warehouse_serializers.InventoryEntrySerializer