Author: jleroux
Date: Mon Nov 2 10:14:18 2009
New Revision: 831842
URL:
http://svn.apache.org/viewvc?rev=831842&view=revLog:
EmplLeaveReasonType Relation name was too long
EMP_LEAV_REAS_ELTP is ok now
Thanks to Scott on dev ML
Modified:
ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml
Modified: ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml?rev=831842&r1=831841&r2=831842&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml Mon Nov 2 10:14:18 2009
@@ -447,7 +447,7 @@
<relation type="one" fk-name="EMPL_LEAVE_ELETP" rel-entity-name="EmplLeaveType">
<key-map field-name="leaveTypeId"/>
</relation>
- <relation type="one" fk-name="EMPL_LEAVE_REASON_ELETP" rel-entity-name="EmplLeaveReasonType">
+ <relation type="one" fk-name="EMP_LEAV_REAS_ELTP" rel-entity-name="EmplLeaveReasonType">
<key-map field-name="emplLeaveReasonTypeId"/>
</relation>
<relation type="one" fk-name="EMPL_LEAVE_APPR" title="Approver" rel-entity-name="Party">