Browse Source

[Global] Bon cadeau

feature/module_traiteur_v1
Fab 4 years ago
parent
commit
264e2d041a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 1
ShopBundle/Services/Order/OrderUtilsReductionTrait.php View File

} }


public function isReductionGiftUsed($reductionGift){ public function isReductionGiftUsed($reductionGift){
if(!$this->orderShopRepo->countValidOrderWithReductionCredit($reductionGift)) {
if($this->orderShopRepo->countValidOrderWithReductionCredit($reductionGift)) {
return true; return true;
}else{ }else{
return false; return false;

Loading…
Cancel
Save