Przeglądaj źródła

Traduction isEligibleTicketRestaurant

develop
Guillaume 3 lat temu
rodzic
commit
0def793daf
2 zmienionych plików z 5 dodań i 1 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz