|
@@ -143,6 +143,8 @@ class refill_orderControl extends SystemControl
|
|
|
Tpl::output('stat', $stat);
|
|
|
}
|
|
|
|
|
|
+ $dispatcher_queue_length = refill\util::dispatcher_queue_length();
|
|
|
+ Tpl::output('dispatcher_queue_length', $dispatcher_queue_length);
|
|
|
Tpl::output('admin_info', $this->getAdminInfo());
|
|
|
Tpl::output('ftoday', $fToday);
|
|
|
Tpl::output('order_list', $order_list);
|