Author: erwan
Date: Tue Feb 23 09:57:07 2010
New Revision: 915263

URL: http://svn.apache.org/viewvc?rev=915263&view=rev
Log:
Timestamps in EditEmplLeave were creating strange records in the database, so I 
change them to date

Modified:
    ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml

Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml?rev=915263&r1=915262&r2=915263&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplLeaveForms.xml Tue Feb 
23 09:57:07 2010
@@ -106,8 +106,8 @@
                 <entity-options description="${description}" 
key-field-name="emplLeaveReasonTypeId" entity-name="EmplLeaveReasonType"/>
             </drop-down>
         </field>
-        <field name="fromDate" 
tooltip="${uiLabelMap.CommonRequired}"><date-time 
type="timestamp"></date-time></field>
-        <field name="thruDate" 
tooltip="${uiLabelMap.CommonRequired}"><date-time 
type="timestamp"></date-time></field>
+        <field name="fromDate" 
tooltip="${uiLabelMap.CommonRequired}"><date-time type="date"/></field>
+        <field name="thruDate" 
tooltip="${uiLabelMap.CommonRequired}"><date-time type="date"/></field>
         <field name="leaveStatus"><hidden value="LEAVE_CREATED"/></field>
         <field name="submitButton" use-when="leaveApp==null" 
title="${uiLabelMap.CommonCreate}" widget-style="smallSubmit"><submit 
button-type="button"/></field>
         <field name="submitButton" use-when="leaveApp!=null" 
title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit 
button-type="button"/></field>


Reply via email to