Exemplo n.º 1
0
 protected function _prepareCollection()
 {
     $collection = Mage::getModel('catalogrule/rule')->getResourceCollection()->addFieldToFilter("points_action", array(array(array('eq' => ''), array('null' => true))));
     $this->setCollection($collection);
     return parent::_prepareCollection();
 }