Pārlūkot izejas kodu

Correctif reductionCatalog

packProduct
Fabien Normand pirms 3 gadiem
vecāks
revīzija
800c26a133
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php Parādīt failu

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



Notiek ielāde…
Atcelt
Saglabāt