Author: hansbak Date: Fri May 24 08:50:51 2013 New Revision: 1485975 URL: http://svn.apache.org/r1485975 Log: remove not existing fields in demo data
Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml?rev=1485975&r1=1485974&r2=1485975&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoPurchasing.xml Fri May 24 08:50:51 2013 @@ -32,9 +32,9 @@ under the License. <UserLogin userLoginId="DemoSupplier" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoSupplier"/> - <Party partyId="BigSupplier" partyTypeId="PARTY_GROUP" supplierProductName="" supplierProductId=""/> - <PartyGroup partyId="BigSupplier" groupName="Big Supplier" supplierProductName="" supplierProductId=""/> - <PartyRole partyId="BigSupplier" roleTypeId="SUPPLIER" supplierProductName="" supplierProductId=""/> + <Party partyId="BigSupplier" partyTypeId="PARTY_GROUP" /> + <PartyGroup partyId="BigSupplier" groupName="Big Supplier" /> + <PartyRole partyId="BigSupplier" roleTypeId="SUPPLIER" /> <ContactMech contactMechId="9002" contactMechTypeId="POSTAL_ADDRESS"/> <PartyContactMech partyId="BigSupplier" contactMechId="9002" fromDate="2000-01-01 00:00:00.000" allowSolicitation="Y"/> <PostalAddress contactMechId="9002" toName="Big Supplier Company" address1="2005 Industrial Park Blvd" city="New York" postalCode="10000" countryGeoId="USA" stateProvinceGeoId="NY"/> @@ -43,9 +43,9 @@ under the License. <PartyContactMechPurpose partyId="BigSupplier" contactMechId="9002" contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01 00:00:00.000"/> <UserLogin userLoginId="BigSupplier" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="BigSupplier"/> - <Party partyId="EuroSupplier" partyTypeId="PARTY_GROUP" supplierProductName="" supplierProductId=""/> - <PartyGroup partyId="EuroSupplier" groupName="European Supplier" supplierProductName="" supplierProductId=""/> - <PartyRole partyId="EuroSupplier" roleTypeId="SUPPLIER" supplierProductName="" supplierProductId=""/> + <Party partyId="EuroSupplier" partyTypeId="PARTY_GROUP" /> + <PartyGroup partyId="EuroSupplier" groupName="European Supplier"/> + <PartyRole partyId="EuroSupplier" roleTypeId="SUPPLIER"/> <ContactMech contactMechId="9003" contactMechTypeId="POSTAL_ADDRESS"/> <PartyContactMech partyId="EuroSupplier" contactMechId="9003" fromDate="2000-01-01 00:00:00.000" allowSolicitation="Y"/> <PostalAddress contactMechId="9003" toName="Euro Supplier Company" address1="2005 Boulevard Industrie" city="Roissy" postalCode="95700" countryGeoId="FRA"/>