Author: jleroux Date: Mon Jun 3 20:40:53 2013 New Revision: 1489162 URL: http://svn.apache.org/r1489162 Log: Fix a typo
Modified: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml Modified: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml?rev=1489162&r1=1489161&r2=1489162&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml Mon Jun 3 20:40:53 2013 @@ -97,7 +97,7 @@ under the License. <!-- Demo Customer3 billing for demo project 1 and project 2 --> <Party partyId="DemoCustomer3" partyTypeId="PERSON" statusId="PARTY_ENABLED"/> - <Person partyId="DemoCustomer3" firstName="Billing" lastName="Customer 2"/> + <Person partyId="DemoCustomer3" firstName="Billing" lastName="Customer 3"/> <UserLogin userLoginId="DemoCustomer3" partyId="DemoCustomer3"/> <PartyRole partyId="DemoCustomer3" roleTypeId="CUSTOMER"/> <PartyRole partyId="DemoCustomer3" roleTypeId="CLIENT_BILLING"/>