// improve adminShopController adminShopUrlController and adminGroupShopController code, in order to have a default Status value activated.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11361 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mBertholino
2011-12-19 14:36:29 +00:00
parent 5720e0190f
commit 4d8db42292
4 changed files with 9 additions and 5 deletions
+3 -2
View File
@@ -43,7 +43,7 @@ class AdminShopControllerCore extends AdminController
'name' => array(
'title' => $this->l('Shop'),
'width' => 'auto',
'filter_key' => 'a!name'
'filter_key' => 'b!name'
),
'group_shop_name' => array(
'title' => $this->l('Group Shop'),
@@ -326,7 +326,8 @@ class AdminShopControllerCore extends AdminController
);
$this->fields_value = array(
'id_group_shop' => $obj->id_group_shop
'id_group_shop' => $obj->id_group_shop,
'active' => true
);
$this->tpl_form_vars = array(