소스 검색

Traduction isEligibleTicketRestaurant

develop
Guillaume 3 년 전
부모
커밋
0def793daf
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장