Ver código fonte

Correctif reductionCatalog

packProduct
Fabien Normand 3 anos atrás
pai
commit
800c26a133
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

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

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



Carregando…
Cancelar
Salvar