瀏覽代碼

Correctif reductionCatalog

packProduct
Fabien Normand 2 年之前
父節點
當前提交
800c26a133
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php 查看文件

@@ -60,7 +60,7 @@ trait PriceSolverTrait
}else if ($entity instanceof ProductInterface) {
$taxRate = $this->productSolver->getTaxRateInherited($entity)->getValue();
}else{
$taxRate = $entity->getTaxRate();
$taxRate = $entity->getTaxRate()->getValue();
}



Loading…
取消
儲存