ソースを参照

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();
}



読み込み中…
キャンセル
保存