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:
Daniel Camargo 2014-05-20 13:41:14 -03:00
parent 206fb04882
commit debe191e0f
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>