소스 검색

Produits : modification de la priorité des prix

feature/rotating_product
Guillaume Bourgeois 7 달 전
부모
커밋
7da9f9ba83
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      domain/Product/ProductPrice/Service/ProductPriceSolver.php

+ 3
- 3
domain/Product/ProductPrice/Service/ProductPriceSolver.php 파일 보기

@@ -46,11 +46,11 @@ class ProductPriceSolver extends AbstractService implements SolverInterface
PointSale $pointSale = null): ?string
{
$typeMatchArray = [
'matchUserPointSale',
'matchUser',
'matchUserGroupPointSale',
'matchUserGroup',
'matchPointSale',
'matchUserPointSale',
'matchUserGroupPointSale'
'matchPointSale'
];

foreach($typeMatchArray as $typeMatch) {

Loading…
취소
저장