浏览代码

Correctif reductionCatalog

packProduct
Fabien Normand 3 年前
父节点
当前提交
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();
}



正在加载...
取消
保存