Ejemplo n.º 1
0
 /**
  * Redefine default price block
  * Set current customer to tax calculation
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_useLinkForAsLowAs = false;
 }
Ejemplo n.º 2
0
 /**
  * Redefine default price block
  * Set current customer to tax calculation
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_block = 'Magento\\Catalog\\Block\\Adminhtml\\Product\\Price';
     $this->_useLinkForAsLowAs = false;
 }