浏览代码

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

正在加载...
取消
保存