|
@@ -49,6 +49,7 @@ class refill_refundControl extends SystemControl
|
|
|
Tpl::output('provider_list', $providers);
|
|
|
Tpl::output('merchants', $merchants);
|
|
|
Tpl::output('info_list', $refund_list);
|
|
|
+ Tpl::output('show_page', $mod->showpage());
|
|
|
Tpl::showpage('refill.refund');
|
|
|
}
|
|
|
|