Pārlūkot izejas kodu

Merge branch 'dev'

prodstable
Guillaume Bourgeois pirms 2 gadiem
vecāks
revīzija
a08f654dd0
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      common/helpers/Price.php

+ 0
- 1
common/helpers/Price.php Parādīt failu

@@ -58,7 +58,6 @@ class Price

public static function getPriceWithTax($priceWithoutTax, $taxRate, $taxCalculationMethod = Document::TAX_CALCULATION_METHOD_DEFAULT)
{
$priceWithoutTax = self::round($priceWithoutTax);
$vat = self::getVat($priceWithoutTax, $taxRate, $taxCalculationMethod);

return self::numberTwoDecimals(self::round($priceWithoutTax + $vat));

Notiek ielāde…
Atcelt
Saglabāt