Kaynağa Gözat

Produits : modification de la priorité des prix

feature/rotating_product
Guillaume Bourgeois 7 ay önce
ebeveyn
işleme
7da9f9ba83
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      domain/Product/ProductPrice/Service/ProductPriceSolver.php

+ 3
- 3
domain/Product/ProductPrice/Service/ProductPriceSolver.php Dosyayı Görüntüle

@@ -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) {

Yükleniyor…
İptal
Kaydet