소스 검색

Erreur entre prix formulaire produit et front

packProduct
Fabien Normand 2 년 전
부모
커밋
97af11134f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      Solver/Price/ProductPriceSolver.php

+ 0
- 2
Solver/Price/ProductPriceSolver.php 파일 보기

@@ -81,8 +81,6 @@ class ProductPriceSolver
public function getPriceWithTaxAndReduction(ProductPropertyInterface $product)
{
//TODO voir différence entre prix ici et dans tableau décli
dump('PV HT : '.$this->getPrice($product));
dump('PV TTC : '.$this->getPriceWithTax($product));
return $this->applyReductionCatalog(
$product,
$this->getPrice($product),

Loading…
취소
저장