|
@@ -86,6 +86,10 @@ class order_searchControl extends SystemControl
|
|
|
$order_list[$order_id]['quality_text'] = $this->quality_format($order_info['quality'],$order_info['card_type']);
|
|
|
}
|
|
|
}
|
|
|
+ $merchant_list = $this->merchants();
|
|
|
+ $provider_list = $this->providers();
|
|
|
+ Tpl::output('provider_list', $provider_list);
|
|
|
+ Tpl::output('merchant_list', $merchant_list);
|
|
|
Tpl::output('order_list', $order_list);
|
|
|
Tpl::output('show_page', $model_refill_order->showpage());
|
|
|
Tpl::showpage('refill.order.search');
|