Explorar el Código

Prix TTC : correctif

refactoring
Guillaume Bourgeois hace 2 años
padre
commit
1ef3beb008
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      common/helpers/Price.php

+ 0
- 1
common/helpers/Price.php Ver fichero

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

Cargando…
Cancelar
Guardar