You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/11/28 02:30:54 UTC

svn commit: r1206957 - /ofbiz/trunk/applications/party/data/PartyDemoData.xml

Author: hansbak
Date: Mon Nov 28 01:30:53 2011
New Revision: 1206957

URL: http://svn.apache.org/viewvc?rev=1206957&view=rev
Log:
make admin an employee of Copmpany in demo data

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

Modified: ofbiz/trunk/applications/party/data/PartyDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyDemoData.xml?rev=1206957&r1=1206956&r2=1206957&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyDemoData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyDemoData.xml Mon Nov 28 01:30:53 2011
@@ -47,4 +47,8 @@
 
     <!-- new registration notification -->
     <EmailTemplateSetting emailTemplateSettingId="PARTY_REGISTER" bodyScreenLocation="component://party/widget/partymgr/PartyScreens.xml#CreateUserNotification" subject="New Account Created" bccAddress="ofbiztest@example.com" fromAddress="ofbiztest@example.com"/>
+
+	<!-- make admin an employee of Company -->
+	<PartyRelationship partyIdFrom="Company" roleTypeIdFrom="ACCOUNT" partyIdTo="admin" roleTypeIdTo="CONTACT" fromDate="2000-01-01 00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>
+	
 </entity-engine-xml>