You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/10 09:25:14 UTC

[ofbiz-framework] branch trunk updated: Improved: VIEW permissions show ManufacturingTabBar items (OFBIZ-12442)

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 4494d07  Improved: VIEW permissions show ManufacturingTabBar items (OFBIZ-12442)
4494d07 is described below

commit 4494d071fa55d2433827bf20dc739739d428cb94
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Dec 10 10:24:49 2021 +0100

    Improved: VIEW permissions show ManufacturingTabBar items (OFBIZ-12442)
    
    PR399 missed GlTransaction
---
 applications/accounting/config/AccountingUiLabels.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/applications/accounting/config/AccountingUiLabels.xml b/applications/accounting/config/AccountingUiLabels.xml
index d513aae..a1ea17f 100644
--- a/applications/accounting/config/AccountingUiLabels.xml
+++ b/applications/accounting/config/AccountingUiLabels.xml
@@ -19446,7 +19446,7 @@
         <value xml:lang="de">Hauptbuch Transaktionen</value>
         <value xml:lang="en">Gl Transactions</value>
         <value xml:lang="es">Transacciones GL</value>
-        <value xml:lang="fr">Transactions GL</value>
+        <value xml:lang="fr">des opérations comptables</value>
         <value xml:lang="ja">GLトランザクション</value>
         <value xml:lang="pt">Transações contábeis</value>
         <value xml:lang="vi">Bút toán</value>
@@ -22576,6 +22576,14 @@
         <value xml:lang="zh">本年借方余额</value>
         <value xml:lang="zh-TW">本年借方餘額</value>
     </property>
+    <property key="GlTransaction">
+        <value xml:lang="de">Hauptbuch Transaktion</value>
+        <value xml:lang="en">a Gl Transaction</value>
+        <value xml:lang="es">uno Transaccione GL</value>
+        <value xml:lang="fr">une opération comptable</value>
+        <value xml:lang="ja">GLトランザクション</value>
+        <value xml:lang="pt">Transaçõe contábei</value>
+    </property>
     <property key="PageTitleAddAgreementRoles">
         <value xml:lang="ar">إضافة أدوار الإتفاقية</value>
         <value xml:lang="de">Vereinbarungsrollen hinzufügen</value>