[*] 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:
dMetzger
2012-08-27 07:37:06 +00:00
parent c781df84f5
commit a1e8eccb95
@@ -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',