[*] BO : set context shop by default when creating a new catalog price rule #PSCFV-3412
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17006 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -157,7 +157,8 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
|
||||
'id' => 'id_shop',
|
||||
'name' => 'name'
|
||||
),
|
||||
'condition' => Shop::isFeatureActive()
|
||||
'condition' => Shop::isFeatureActive(),
|
||||
'default_value' => Shop::getContextShopID()
|
||||
),
|
||||
array(
|
||||
'type' => 'select',
|
||||
|
||||
Reference in New Issue
Block a user