Ejemplo n.º 1
0
 public function getDefaultValue()
 {
     return parent::getDefaultValue();
     if (is_null($this->_defaultValue)) {
         $this->_defaultValue = Mage::helper('udropship')->getLocalVendorId($this->getAttribute()->getStoreId());
     }
     return $this->_defaultValue;
 }