text change to cbtn.io for stealth faxes orders so drivers don't say they're there for the CB order #2691
This commit is contained in:
parent
206fb04882
commit
debe191e0f
@ -114,7 +114,7 @@
|
||||
<div class="divider dots"></div>
|
||||
<span ng-if="order._stealth_notification">
|
||||
<div class="order-item-block-bigger">
|
||||
Skip the line. Tell restaurant: <i>"I'm here to pick up a faxed order for {{order.name}}</i>".
|
||||
Skip the line. Tell restaurant: <i>"I'm here to pick up a faxed order for {{order.name}}, #{{order.id_order}}</i>".
|
||||
</div>
|
||||
<div class="divider"></div>
|
||||
<div class="divider dots"></div>
|
||||
|
||||
@ -111,7 +111,7 @@
|
||||
|
||||
<?php if( $this->order->restaurant()->hasNotification( 'stealth' ) ){ ?>
|
||||
<div class="order-item-block-bigger">
|
||||
Skip the line. Tell restaurant: <i>"I'm here to pick up a faxed order for <?php echo $this->order->name ?></i>".
|
||||
Skip the line. Tell restaurant: <i>"I'm here to pick up a faxed order for <?php echo $this->order->name ?>, #<?php echo $this->order->id_order; ?></i>".
|
||||
</div>
|
||||
<div class="divider"></div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user