Procházet zdrojové kódy

[Backend] Correctif ReductionCart

feature/module_traiteur_v1
Fab před 4 roky
rodič
revize
9f6d5cd4f7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      ShopBundle/Repository/ReductionCartRepository.php

+ 0
- 1
ShopBundle/Repository/ReductionCartRepository.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit