Просмотр исходного кода

Correctif reductionCatalog

packProduct
Fabien Normand 2 лет назад
Родитель
Сommit
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();
}



Загрузка…
Отмена
Сохранить