thirdparty: firstname after name in form

This commit is contained in:
2022-03-24 19:18:29 +01:00
parent 5d7943f871
commit 1031f0d40e
2 changed files with 12 additions and 11 deletions

View File

@@ -3,11 +3,12 @@
{{ form_row(form.civility) }}
{% endif %}
{{ form_row(form.name) }}
{% if form.firstname is defined %}
{{ form_row(form.firstname) }}
{% endif %}
{{ form_row(form.name) }}
{% if form.nameCompany is defined %}
{{ form_row(form.nameCompany) }}