Преглед изворни кода

[Backend] Correctif ReductionCart

feature/module_traiteur_v1
Fab пре 4 година
родитељ
комит
9f6d5cd4f7
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php Прегледај датотеку

@@ -68,7 +68,6 @@ class ReductionCartRepository extends BaseRepository implements DefaultRepositor

$reductionCartsArray = [] ;
foreach($reductionCarts as $reductionCart) {
dump($reductionCart);
if($this->orderUtils->isReductionCartMatchWithUser($reductionCart, $user)
&& $this->orderUtils->isReductionCartMatchWithGroupUser($reductionCart, $user)
&& $this->orderUtils->countReductionCartAvailableForUser($reductionCart, $user)

Loading…
Откажи
Сачувај