|
@@ -17,13 +17,13 @@ class refill_discountControl extends SystemControl
|
|
|
public function indexOp()
|
|
|
{
|
|
|
$mod_discount = Model('refill_discount');
|
|
|
-
|
|
|
$list = $mod_discount->getList($_GET);
|
|
|
|
|
|
Tpl::output('list', $list);
|
|
|
Tpl::output('show_page', $mod_discount->showpage());
|
|
|
Tpl::showpage('refill_discount.index');
|
|
|
}
|
|
|
+
|
|
|
public function addOp()
|
|
|
{
|
|
|
$lang = Language::getLangContent();
|