Преглед на файлове

Prix TTC : correctif

prodstable
Guillaume Bourgeois преди 2 години
родител
ревизия
1ef3beb008
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. +0
    -1
      common/helpers/Price.php

+ 0
- 1
common/helpers/Price.php Целия файл

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

Loading…
Отказ
Запис