瀏覽代碼

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…
取消
儲存