From 724295d14da592506ee376e65d269f2c44e1640c Mon Sep 17 00:00:00 2001 From: Daniel Camargo Date: Thu, 11 Apr 2013 14:36:17 -0300 Subject: [PATCH] #1049 --- include/config/config.xml | 2 +- include/library/Crunchbutton/Order.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config/config.xml b/include/config/config.xml index 496ed6370..0d82e8d64 100755 --- a/include/config/config.xml +++ b/include/config/config.xml @@ -165,7 +165,7 @@ Hello. This is crunchbutton, 5 3 - 90000 + 60000 30000 20000 300000 diff --git a/include/library/Crunchbutton/Order.php b/include/library/Crunchbutton/Order.php index 32920ea4a..043199cc7 100644 --- a/include/library/Crunchbutton/Order.php +++ b/include/library/Crunchbutton/Order.php @@ -702,7 +702,7 @@ class Crunchbutton_Order extends Cana_Table { $date = $order->date(); $date = $date->format( 'M jS Y' ) . ' - ' . $date->format( 'g:i:s A' ); - $message = 'O#' . $order->id_order . ' for ' . $order()->restaurant()->name . ' (' . $date . ') not confirmed.'; + $message = 'O#' . $order->id_order . ' for ' . $order->restaurant()->name . ' (' . $date . ') not confirmed.'; $message .= "\n"; $message .= 'R# ' . $order->restaurant()->phone(); $message .= "\n";