瀏覽代碼

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…
取消
儲存