Przeglądaj źródła

Merge branch 'dev'

prodstable
Guillaume Bourgeois 2 lat temu
rodzic
commit
a08f654dd0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      common/helpers/Price.php

+ 0
- 1
common/helpers/Price.php Wyświetl plik

@@ -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));

Ładowanie…
Anuluj
Zapisz