Browse Source

Produits : modification de la priorité des prix

feature/rotating_product
Guillaume Bourgeois 7 months ago
parent
commit
7da9f9ba83
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      domain/Product/ProductPrice/Service/ProductPriceSolver.php

+ 3
- 3
domain/Product/ProductPrice/Service/ProductPriceSolver.php View File

PointSale $pointSale = null): ?string PointSale $pointSale = null): ?string
{ {
$typeMatchArray = [ $typeMatchArray = [
'matchUserPointSale',
'matchUser', 'matchUser',
'matchUserGroupPointSale',
'matchUserGroup', 'matchUserGroup',
'matchPointSale',
'matchUserPointSale',
'matchUserGroupPointSale'
'matchPointSale'
]; ];


foreach($typeMatchArray as $typeMatch) { foreach($typeMatchArray as $typeMatch) {

Loading…
Cancel
Save