Преглед изворни кода

Merge branch 'dev'

prodstable
Guillaume Bourgeois пре 2 година
родитељ
комит
a08f654dd0
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…
Откажи
Сачувај