Parcourir la source

Prix TTC : correctif

refactoring
Guillaume Bourgeois il y a 2 ans
Parent
révision
1ef3beb008
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      common/helpers/Price.php

+ 0
- 1
common/helpers/Price.php Voir le fichier

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

Chargement…
Annuler
Enregistrer