Переглянути джерело

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



Завантаження…
Відмінити
Зберегти