v2.31
Fix migrations
This commit is contained in:
@@ -2353,7 +2353,7 @@ class GETDataReport extends HRCCommand implements HRCCommandInterface
|
||||
$item_staff = Staff::getName($create_action['who']);
|
||||
$item_time = $create_action['time'];
|
||||
$item_printer = Printer::getName(Dishes::GetPrinterCode($item_menu_code));
|
||||
$item_work_place = Terminal::getNameByWorkGroup($create_action['work_group'], $create_action['work_code']);
|
||||
$item_work_place = Terminal::getNameByWorkGroup(intval($create_action['work_group']), intval($create_action['work_code']));
|
||||
$items_array = array(
|
||||
'shift_id' => $shift_id,
|
||||
'work_place' => $item_work_place,
|
||||
|
||||
Reference in New Issue
Block a user