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-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c27698e8ea Removed enumName from Enumeration data, as enumName is not 
part of Enumeration  entity
c27698e8ea is described below

commit c27698e8eac9282395936c0e4db52c8c421abb93
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Jul 14 13:06:21 2023 +0530

    Removed enumName from Enumeration data, as enumName is not part of 
Enumeration  entity
---
 applications/datamodel/data/seed/PartySeedData.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/datamodel/data/seed/PartySeedData.xml 
b/applications/datamodel/data/seed/PartySeedData.xml
index 3c730f9eac..16edce8fe3 100644
--- a/applications/datamodel/data/seed/PartySeedData.xml
+++ b/applications/datamodel/data/seed/PartySeedData.xml
@@ -136,8 +136,8 @@ under the License.
     <Enumeration description="Unemployed" enumCode="UNEMP" enumId="EMPS_UNEMP" 
sequenceId="07" enumTypeId="EMPLOY_STTS"/>
 
     <EnumerationType enumTypeId="MARITAL_STATUS" description="Marital Status"/>
-    <Enumeration description="Single" enumId="SINGLE" sequenceId="01" 
enumTypeId="MARITAL_STATUS" enumName="Single"/>
-    <Enumeration description="Married" enumId="MARRIED" sequenceId="02" 
enumTypeId="MARITAL_STATUS" enumName="Married"/>
+    <Enumeration description="Single" enumId="SINGLE" sequenceId="01" 
enumTypeId="MARITAL_STATUS"/>
+    <Enumeration description="Married" enumId="MARRIED" sequenceId="02" 
enumTypeId="MARITAL_STATUS"/>
 
     <EnumerationType description="Residence Status" 
enumTypeId="PTY_RESID_STTS" hasTable="N"/>
     <Enumeration description="Own Home" enumCode="OWN" enumId="PRESS_OWN" 
sequenceId="01" enumTypeId="PTY_RESID_STTS"/>

Reply via email to