This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e43e91fa9 Removed fromDate from PartyRole demo data, fromDate is not 
part of PartyRole entity
e43e91fa9 is described below

commit e43e91fa96f1e2bc77d3561f5f865d08e53697f7
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Jul 14 13:12:10 2023 +0530

    Removed fromDate from PartyRole demo data, fromDate is not part of 
PartyRole entity
---
 ecommerce/data/DemoPurchasing.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecommerce/data/DemoPurchasing.xml 
b/ecommerce/data/DemoPurchasing.xml
index 2e31e7f0c..a8be323de 100644
--- a/ecommerce/data/DemoPurchasing.xml
+++ b/ecommerce/data/DemoPurchasing.xml
@@ -23,7 +23,7 @@ under the License.
     <!-- suppliers -->
     <Party partyId="BigSupplier" partyTypeId="PARTY_GROUP" />
     <PartyGroup partyId="BigSupplier" groupName="Big Supplier" />
-    <PartyRole partyId="BigSupplier" roleTypeId="SUPPLIER" 
fromDate="2000-01-01 00:00:00.000"/>
+    <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"/>
@@ -34,7 +34,7 @@ under the License.
 
     <Party partyId="EuroSupplier" partyTypeId="PARTY_GROUP" />
     <PartyGroup partyId="EuroSupplier" groupName="European Supplier"/>
-    <PartyRole partyId="EuroSupplier" roleTypeId="SUPPLIER" 
fromDate="2000-01-01 00:00:00.000"/>
+    <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"/>

Reply via email to