This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 3a32a39a6c Fixed: German Translation - Inv. Nr. (OFBIZ-12618)
3a32a39a6c is described below

commit 3a32a39a6c3d841af2bc70e7c4c7ac0c6fc904ae
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue May 17 19:15:21 2022 +0200

    Fixed: German Translation - Inv. Nr. (OFBIZ-12618)
    
    Correct abbreviation of invoice number - german.
    
    Thanks: Ingo Wolfmayr
---
 applications/accounting/config/AccountingUiLabels.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/config/AccountingUiLabels.xml 
b/applications/accounting/config/AccountingUiLabels.xml
index d63903a2a1..e90e9ad499 100644
--- a/applications/accounting/config/AccountingUiLabels.xml
+++ b/applications/accounting/config/AccountingUiLabels.xml
@@ -7517,7 +7517,7 @@
     <property key="AccountingInvNr">
         <value xml:lang="ar">رقم الفاتورة</value>
         <value xml:lang="cs">Číslo faktury</value>
-        <value xml:lang="de">Inv.Nr</value>
+        <value xml:lang="de">Rg.Nr</value>
         <value xml:lang="en">Inv.Nr</value>
         <value xml:lang="es">Nr.Fact</value>
         <value xml:lang="fr">Fact. n°</value>

Reply via email to