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 2020/05/09 08:16:53 UTC

[ofbiz-framework] branch trunk updated: Improved: Removes duplicated labels

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 adfdae4  Improved: Removes duplicated labels
adfdae4 is described below

commit adfdae4553b260c1cb90973349f04c4b9ef3548b
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat May 9 10:16:33 2020 +0200

    Improved: Removes duplicated labels
---
 applications/party/config/PartyErrorUiLabels.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/applications/party/config/PartyErrorUiLabels.xml b/applications/party/config/PartyErrorUiLabels.xml
index 86db4ae..b352887 100644
--- a/applications/party/config/PartyErrorUiLabels.xml
+++ b/applications/party/config/PartyErrorUiLabels.xml
@@ -35,15 +35,9 @@
     <property key="PartyRequiredFieldMissingCity">
         <value xml:lang="en">Required Field Missing : City.</value>
     </property>
-    <property key="PartyRequiredFieldMissingContactMechTypeId">
-        <value xml:lang="en">Required Field Missing : ContactMech Type Id.</value>
-    </property>
     <property key="PartyRequiredFieldMissingCurrentStatusId">
         <value xml:lang="en">Required Field Missing : Current Status Id.</value>
     </property>
-    <property key="PartyRequiredFieldMissingPartyIdTo">
-        <value xml:lang="en">Required Field Missing : Party Id To.</value>
-    </property>
     <property key="PartyRequiredFieldMissingPostalCode">
         <value xml:lang="en">Required Field Missing : Postal Code.</value>
     </property>
@@ -1412,4 +1406,4 @@
         <value xml:lang="zh">无法更新人员信息 (写失败):${0}</value>
         <value xml:lang="zh-TW">無法更新人員資訊 (寫失敗):${0}</value>
     </property>
-</resource>
\ No newline at end of file
+</resource>