Explorar el Código

[Backoffice] Bug suppresion villes et zip dans zone

develop
Fab hace 3 años
padre
commit
fec5ec8d20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Resources/views/backend/ticket/modal/create.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/ticket/modal/create.html.twig Ver fichero

@@ -14,7 +14,7 @@
<div class="col">
{{ form_row(form.user) }}
{{ form_row(form.subject) }}
{{ dump(form.orderId.vars.value) }}
{% if form.orderId.vars.value is not empty %}
<p>
<strong>Ce ticket concernera la commande #{{ form.orderId.vars.value }}</strong><br />

Cargando…
Cancelar
Guardar