Add order page with real API calls
This commit is contained in:
@@ -55,8 +55,7 @@ async def get_orders_service(db = Depends(get_db)) -> OrdersService:
|
||||
status_history_repo=OrderStatusHistoryRepository(),
|
||||
inventory_client=get_inventory_client(),
|
||||
production_client=get_production_client(),
|
||||
sales_client=get_sales_client(),
|
||||
notification_client=None # Notification client not available
|
||||
sales_client=get_sales_client()
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user