Author: hansbak
Date: Sun Jan 21 03:22:33 2007
New Revision: 498287

URL: http://svn.apache.org/viewvc?view=rev&rev=498287
Log:
forgot that i have to define ContactMechTypePurpose too....

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

Modified: ofbiz/trunk/applications/party/data/PartyTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyTypeData.xml?view=diff&rev=498287&r1=498286&r2=498287
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyTypeData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyTypeData.xml Sun Jan 21 03:22:33 
2007
@@ -84,6 +84,8 @@
     <ContactMechType contactMechTypeId="DOMAIN_NAME" description="Internet 
Domain Name" hasTable="N" parentTypeId="ELECTRONIC_ADDRESS"/>
     <ContactMechType contactMechTypeId="WEB_ADDRESS" description="Web 
URL/Address" hasTable="N" parentTypeId="ELECTRONIC_ADDRESS"/>
 
+    <ContactMechTypePurpose contactMechPurposeTypeId="BILLING_EMAIL" 
contactMechTypeId="EMAIL_ADDRESS"/>
+    <ContactMechTypePurpose contactMechPurposeTypeId="PAYMENT_EMAIL" 
contactMechTypeId="EMAIL_ADDRESS"/>
     <ContactMechTypePurpose contactMechPurposeTypeId="ORDER_EMAIL" 
contactMechTypeId="EMAIL_ADDRESS"/>
     <ContactMechTypePurpose contactMechPurposeTypeId="OTHER_EMAIL" 
contactMechTypeId="EMAIL_ADDRESS"/>
     <ContactMechTypePurpose contactMechPurposeTypeId="PRIMARY_EMAIL" 
contactMechTypeId="EMAIL_ADDRESS"/>


Reply via email to