Browse Source

Traduction isEligibleTicketRestaurant

develop
Guillaume 3 years ago
parent
commit
0def793daf
2 changed files with 5 additions and 1 deletions
  1. +1
    -0
      ShopBundle/Resources/translations/lcshop.fr.yaml
  2. +4
    -1
      ShopBundle/Resources/views/backend/productfamily/panel_general.html.twig

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

groupUsers: Groupes groupUsers: Groupes
ticketTypesNotification: Catégorie ticket ticketTypesNotification: Catégorie ticket
newsletter: Newsletter newsletter: Newsletter
isEligibleTicketRestaurant: Éligible ticket restaurant


PointSale: PointSale:
code: Code code: Code

+ 4
- 1
ShopBundle/Resources/views/backend/productfamily/panel_general.html.twig View File

{{ form_row(form.status) }} {{ form_row(form.status) }}
</div> </div>
<div class="col-6"> <div class="col-6">
<label>Status de vente</label>
<label>Statut de vente</label>
{{ form_row(form.saleStatus) }} {{ form_row(form.saleStatus) }}
<label>Éligible ticket restaurant</label>
{{ form_row(form.isEligibleTicketRestaurant) }}
</div> </div>


<div class="col-12"> <div class="col-12">

Loading…
Cancel
Save