stanley-king hace 1 año
padre
commit
8e6ea49193
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/control/refill_discount.php

+ 1 - 1
admin/control/refill_discount.php

@@ -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();