Преглед изворни кода

Correctif reductionCatalog

packProduct
Fabien Normand пре 3 година
родитељ
комит
800c26a133
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Solver/Price/PriceSolverTrait.php

+ 1
- 1
Solver/Price/PriceSolverTrait.php Прегледај датотеку

@@ -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…
Откажи
Сачувај