Example #1
0
 /**
  * Redefine default price block
  * Set current customer to tax calculation
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_useLinkForAsLowAs = false;
 }
Example #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;
 }