Update frontend

This commit is contained in:
Urtzi Alfaro
2025-08-23 16:30:45 +02:00
parent a214617815
commit b7eb4888a6
9 changed files with 1188 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ class ProductionService:
self.recipes_client = RecipesServiceClient(config)
self.sales_client = get_sales_client(config, "production")
@transactional
async def calculate_daily_requirements(
self,
tenant_id: UUID,