Procházet zdrojové kódy

Correctif reductionCatalog

packProduct
Fabien Normand před 3 roky
rodič
revize
800c26a133
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php Zobrazit soubor

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



Načítá se…
Zrušit
Uložit