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 2008/10/08 13:23:26 UTC

svn commit: r702811 - in /ofbiz/trunk/applications/party: config/PartyEntityLabels.xml data/PartyTypeData.xml

Author: jleroux
Date: Wed Oct  8 04:23:25 2008
New Revision: 702811

URL: http://svn.apache.org/viewvc?rev=702811&view=rev
Log:
A patch from Eric DE MAULDE <<new role type "MANUFACTURER">> (https://issues.apache.org/jira/browse/OFBIZ-1990) - OFBIZ-1990

Modified:
    ofbiz/trunk/applications/party/config/PartyEntityLabels.xml
    ofbiz/trunk/applications/party/data/PartyTypeData.xml

Modified: ofbiz/trunk/applications/party/config/PartyEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/config/PartyEntityLabels.xml?rev=702811&r1=702810&r2=702811&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/config/PartyEntityLabels.xml (original)
+++ ofbiz/trunk/applications/party/config/PartyEntityLabels.xml Wed Oct  8 04:23:25 2008
@@ -1364,6 +1364,10 @@
         <value xml:lang="th">ผู้จัดการ</value>
         <value xml:lang="zh">经理</value>
     </property>
+    <property key="RoleType.description.MANUFACTURER">
+        <value xml:lang="en">Manufacturer</value>
+        <value xml:lang="fr">Fabricant</value>
+    </property>
     <property key="RoleType.description.ORDER_CLERK">
         <value xml:lang="de">Einkäufer</value>
         <value xml:lang="en">Order Clerk</value>

Modified: ofbiz/trunk/applications/party/data/PartyTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyTypeData.xml?rev=702811&r1=702810&r2=702811&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyTypeData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyTypeData.xml Wed Oct  8 04:23:25 2008
@@ -160,6 +160,7 @@
     <RoleType description="ISP" hasTable="N" parentTypeId="" roleTypeId="ISP"/>
     <RoleType description="Hosting Server" hasTable="N" parentTypeId="" roleTypeId="HOSTING_SERVER"/>
     <RoleType description="Lead" hasTable="N" parentTypeId="" roleTypeId="LEAD"/>
+    <RoleType description="Manufacturer" hasTable="N" parentTypeId="" roleTypeId="MANUFACTURER"/>
     <RoleType description="Not Applicable" hasTable="N" parentTypeId="" roleTypeId="_NA_"/>
     <RoleType description="Organization" hasTable="N" parentTypeId="" roleTypeId="ORGANIZATION_ROLE"/>
     <RoleType description="Owner" hasTable="N"  parentTypeId="" roleTypeId="OWNER"/>