From 5bac0436a76b898dbc91631b57171753ac643ba8 Mon Sep 17 00:00:00 2001 From: Daniel Tran <d.tran@adito.de> Date: Mon, 29 Nov 2021 13:47:30 +0100 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=202001889][=C3=9Cbersetzung=20Organisation=20Fieldgroup=20Cust?= =?UTF-8?q?omercode]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customercode_display_fieldgroup/valueProcess.js | 2 +- language/_____LANGUAGE_de/_____LANGUAGE_de.aod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js b/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js index c99741ebb9a..5cd5a058616 100644 --- a/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js +++ b/entity/Organisation_entity/entityfields/customercode_display_fieldgroup/valueProcess.js @@ -2,4 +2,4 @@ import("system.vars"); import("system.result"); import("system.translate"); -result.string(translate.text("Kd.-Nr.") + vars.getString("$field.CUSTOMERCODE")); \ No newline at end of file +result.string(translate.text("Cust.-No.") + ": " + vars.getString("$field.CUSTOMERCODE")); \ No newline at end of file diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod index 56090b4b6ed..f7c82450ec9 100644 --- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod +++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod @@ -14683,8 +14683,8 @@ Bitte Datumseingabe prüfen</value> <value>Das Roll Out Datum muss nach dem Projektstart liegen!</value> </entry> <entry> - <key>Kd.-Nr.</key> - <value>Cust. No.</value> + <key>Cust.-No.</key> + <value>Kd.-Nr.</value> </entry> <entry> <key>subject</key> -- GitLab