diff --git a/include/views/default/cockpit2/frontend/drivers-order.phtml b/include/views/default/cockpit2/frontend/drivers-order.phtml index 43939fded..7c50258f1 100644 --- a/include/views/default/cockpit2/frontend/drivers-order.phtml +++ b/include/views/default/cockpit2/frontend/drivers-order.phtml @@ -114,7 +114,7 @@
- Skip the line. Tell restaurant: "I'm here to pick up a faxed order for {{order.name}}". + Skip the line. Tell restaurant: "I'm here to pick up a faxed order for {{order.name}}, #{{order.id_order}}".
diff --git a/include/views/default/quick/order/index.phtml b/include/views/default/quick/order/index.phtml index 99cdfa49a..803b6ee94 100644 --- a/include/views/default/quick/order/index.phtml +++ b/include/views/default/quick/order/index.phtml @@ -111,7 +111,7 @@ order->restaurant()->hasNotification( 'stealth' ) ){ ?>
- Skip the line. Tell restaurant: "I'm here to pick up a faxed order for order->name ?>". + Skip the line. Tell restaurant: "I'm here to pick up a faxed order for order->name ?>, #order->id_order; ?>".