Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/SUP-35028.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Rename the fields reference ARNE and reference FT(ARNE) for unique licence"
[WBoudabous]
2 changes: 2 additions & 0 deletions src/Products/urban/content/licence/CODT_UniqueLicence.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ def finalizeSchema(schema):
schema.moveField(
"locationTechnicalAdviceAfterInquiry", after="locationTechnicalAdvice"
)
schema["referenceDGATLP"].widget.label = _("urban_label_referenceDGO3_custom")
schema["referenceFT"].widget.label = _("urban_label_referenceFT_custom")


# finalizeSchema comes from BuildLicence to be sure to have the same changes reflected
Expand Down
6 changes: 6 additions & 0 deletions src/Products/urban/locales/fr/LC_MESSAGES/urban.po
Original file line number Diff line number Diff line change
Expand Up @@ -4614,6 +4614,12 @@ msgstr "Référence SPW Economie, Emploi, Recherche"
msgid "urban_label_referenceFT"
msgstr "Référence FT (ARNE)"

msgid "urban_label_referenceFT_custom"
msgstr "Référence FT"

msgid "urban_label_referenceDGO3_custom"
msgstr "Référence FD"

#. Default: "Referenceprosecution"
#: ../content/licence/Inspection.py:38
#: ../content/licence/Ticket.py:39
Expand Down