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

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

commit 7abdb9e8ee667ff902c0b24b51abab07f24a1bc3
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 b87f294ace..af36538083 100644
--- a/applications/accounting/config/AccountingUiLabels.xml
+++ b/applications/accounting/config/AccountingUiLabels.xml
@@ -7312,7 +7312,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="es-CL">Factura N°</value>

Reply via email to