Ejemplo n.º 1
0
 /**
  * Sets flag for customer info loading on load
  *
  * @return $this
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->showCustomerInfo(true)->addSubscriberTypeField()->showStoreInfo();
     return $this;
 }