Browse Source

Réduction déjà ajoutée au panier

feature/export_comptable
Guillaume 4 years ago
parent
commit
d78d6a2b56
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      ShopBundle/Resources/translations/lcshop.fr.yaml
  2. +0
    -1
      ShopBundle/Services/Order/OrderUtilsReductionTrait.php

+ 1
- 0
ShopBundle/Resources/translations/lcshop.fr.yaml View File

@@ -98,6 +98,7 @@ error:
amountMin: Le montant minimum de commandes n'est pas respecté
qauntity: La réduction n'est plus disponible
quantityPerUser: La reduction n'est plus disponible pour cet utilisateur
alreadyInCart: La réduction a déjà été ajoutée à votre panier
reductionCredit:
userNotAllow: Cet avoir n'est pas disponible pour cet utilisateur
alreayUse: Cet avoir a déjà été utilisé

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

@@ -74,7 +74,6 @@ trait OrderUtilsReductionTrait
// n'a pas été utilisé
if ($this->orderShopRepo->countValidOrderWithReductionCredit($reductionCredit, $user) > 0) {
$this->utils->addFlash('error', 'error.reductionCredit.alreadyUse');

return false;
}


Loading…
Cancel
Save