Improve the frontend and fix TODOs
This commit is contained in:
@@ -193,6 +193,8 @@ async def seed_batches_for_tenant(
|
||||
station_id=batch_data.get("station_id"),
|
||||
is_rush_order=batch_data.get("is_rush_order", False),
|
||||
is_special_recipe=batch_data.get("is_special_recipe", False),
|
||||
is_ai_assisted=batch_data.get("is_ai_assisted", False),
|
||||
waste_defect_type=batch_data.get("waste_defect_type"),
|
||||
production_notes=batch_data.get("production_notes"),
|
||||
quality_notes=batch_data.get("quality_notes"),
|
||||
created_at=BASE_REFERENCE_DATE,
|
||||
|
||||
Reference in New Issue
Block a user