Esempio n. 1
0
 /**
  * Prepare operator select options
  *
  * @return Enterprise_Reminder_Model_Rule_Condition_Wishlist_Storeview
  */
 public function loadOperatorOptions()
 {
     parent::loadOperatorOptions();
     $this->setOperatorOption(array('==' => Mage::helper('rule')->__('from'), '!=' => Mage::helper('rule')->__('not from')));
     return $this;
 }