Example #1
0
 /**
  * Check if we need display price exclude tax for order/invoice subtotal
  *
  * @param null|int|string|Store $store
  * @return bool
  */
 public function displaySalesSubtotalExclTax($store = null)
 {
     return $this->_config->displaySalesSubtotalExclTax($store);
 }