Browse Source

Correctif reductionCatalog

packProduct
Fabien Normand 2 years ago
parent
commit
800c26a133
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php View File

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



Loading…
Cancel
Save