public function getNewChildSelectOptions()
 {
     $actions = parent::getNewChildSelectOptions();
     $actions = array_merge_recursive($actions, array(array('value' => 'catalogrule/rule_action_product', 'label' => Mage::helper('cataloginventory')->__('Update the Product'))));
     return $actions;
 }
Exemple #2
0
 public function getNewChildSelectOptions()
 {
     $actions = parent::getNewChildSelectOptions();
     $actions = array_merge_recursive($actions, array(array('value' => 'Mage_SalesRule_Model_Rule_Action_Product', 'label' => Mage::helper('Mage_SalesRule_Helper_Data')->__('Update the Product'))));
     return $actions;
 }