Improve the frontend
This commit is contained in:
@@ -11,8 +11,6 @@ from typing import List, Optional, Dict, Any
|
||||
from uuid import UUID
|
||||
import structlog
|
||||
|
||||
from shared.database.transactions import transactional
|
||||
|
||||
from app.core.config import settings
|
||||
from app.services.inventory_service import InventoryService
|
||||
from app.services.food_safety_service import FoodSafetyService
|
||||
@@ -58,7 +56,6 @@ class DashboardService:
|
||||
'stock_movement_repo': self._stock_movement_repository or StockMovementRepository(db)
|
||||
}
|
||||
|
||||
@transactional
|
||||
async def get_inventory_dashboard_summary(
|
||||
self,
|
||||
db,
|
||||
|
||||
Reference in New Issue
Block a user