[*] BO : set context shop by default when creating a new catalog price rule #PSCFV-3412

This commit is contained in:
dMetzger
2012-08-27 07:37:06 +00:00
parent 4bd6994fc9
commit 3f770ceacf
@@ -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',