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/05/17 11:25:11 UTC

[ofbiz-framework] branch trunk updated: Improvement: label OrderAdjustmentType (OFBIZ-12234) (#295)

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 edcaf9d  Improvement: label OrderAdjustmentType (OFBIZ-12234) (#295)
edcaf9d is described below

commit edcaf9d7054ed9070a972a61e0b084f993302949
Author: Pierre Smits <pi...@gmail.com>
AuthorDate: Mon May 17 13:25:02 2021 +0200

    Improvement: label OrderAdjustmentType (OFBIZ-12234) (#295)
    
    -added the label
---
 applications/order/config/OrderEntityLabels.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/applications/order/config/OrderEntityLabels.xml b/applications/order/config/OrderEntityLabels.xml
index 971ba93..019b864 100644
--- a/applications/order/config/OrderEntityLabels.xml
+++ b/applications/order/config/OrderEntityLabels.xml
@@ -428,6 +428,11 @@
         <value xml:lang="zh">额外费用</value>
         <value xml:lang="zh-TW">額外費用</value>
     </property>
+    <property key="OrderAdjustmentType.description.VAT_TAX">
+        <value xml:lang="de">MwSt</value>
+        <value xml:lang="en">VAT</value>
+        <value xml:lang="nl">BTW</value>
+    </property>
     <property key="OrderAdjustmentType.description.WARRANTY_ADJUSTMENT">
         <value xml:lang="ar">الضمان</value>
         <value xml:lang="de">Garantie</value>