This commit is contained in:
Pererinha 2015-02-26 15:55:03 -03:00
parent 57ddaa3014
commit a6661b7654

View File

@ -1172,8 +1172,7 @@ class Crunchbutton_Restaurant extends Cana_Table_Trackchange {
$out['_notifications'][$notification->id_notification] = $notification->exports();
}
}
// remove this @@@
$isCockpit = false;
if( $isCockpit ){
foreach ($this->hours() as $hours) {
$out['_hours'][$hours->day][] = [$hours->time_open, $hours->time_close];