svn commit: r630126 - /ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r630126 - /ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml

mor-2
Author: mor
Date: Fri Feb 22 01:24:38 2008
New Revision: 630126

URL: http://svn.apache.org/viewvc?rev=630126&view=rev
Log:
Small fix for attribute type. Thanks to Rishi Solanki for reporting this bug.

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml?rev=630126&r1=630125&r2=630126&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/servicedef/services.xml Fri Feb 22 01:24:38 2008
@@ -111,7 +111,7 @@
         <attribute name="requirementId" type="String" mode="IN" optional="true"/>
         <attribute name="communicationEventId" type="String" mode="IN" optional="true"/>
         <attribute name="skillTypeId" type="String" mode="IN" optional="true"/>
-        <attribute name="estimatedHours" type="String" mode="IN" optional="true"/>
+        <attribute name="estimatedHours" type="Double" mode="IN" optional="true"/>
         <override name="workEffortTypeId" optional="false"/>
         <override name="workEffortName" optional="false"/>
         <override name="currentStatusId" optional="false"/>