Explorar el Código

Correctif reductionCatalog

packProduct
Fabien Normand hace 2 años
padre
commit
800c26a133
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php Ver fichero

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



Cargando…
Cancelar
Guardar