VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Reijo on January 31, 2015, 12:42:39 PM

Title: default_pricelist.php missing code
Post by: Reijo on January 31, 2015, 12:42:39 PM
Hello
Virtuemart 3.0.4
default_pricelist.php missing little code line 28
<th align="right" width="60px"><?php  echo "<span  class='priceColor2'>" $tax '</span>' ?></th>
but i think it must be
<th align="right" width="60px"><?php  echo "<span  class='priceColor2'>" vmText::('COM_VIRTUEMART_CART_SUBTOTAL_TAX_AMOUNT') . '</span>' ?></th>