Przeglądaj źródła

Correctif reductionCatalog

packProduct
Fabien Normand 2 lat temu
rodzic
commit
800c26a133
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz