v.2.30
Добавлен расширенный отчет по реализации Добавлен монитор активности
This commit is contained in:
@@ -24,6 +24,7 @@ class GETTopDishes extends HRCCommand implements HRCCommandInterface {
|
||||
->where('is_returned', 0)
|
||||
->where('is_deleted', 0)
|
||||
->get();
|
||||
$orders = [];
|
||||
foreach ($allOrders as $order) {
|
||||
$orders[] = array($order['code']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user