Selaa lähdekoodia

Traduction isEligibleTicketRestaurant

develop
Guillaume 3 vuotta sitten
vanhempi
commit
0def793daf
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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 Näytä tiedosto

@@ -309,6 +309,7 @@ field:
groupUsers: Groupes
ticketTypesNotification: Catégorie ticket
newsletter: Newsletter
isEligibleTicketRestaurant: Éligible ticket restaurant

PointSale:
code: Code

+ 4
- 1
ShopBundle/Resources/views/backend/productfamily/panel_general.html.twig Näytä tiedosto

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

<div class="col-12">

Loading…
Peruuta
Tallenna