You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/12/15 13:56:50 UTC

svn commit: r890782 - /ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml

Author: mor
Date: Tue Dec 15 12:56:49 2009
New Revision: 890782

URL: http://svn.apache.org/viewvc?rev=890782&view=rev
Log:
Fixed input parameter type.

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml?rev=890782&r1=890781&r2=890782&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_fixedasset.xml Tue Dec 15 12:56:49 2009
@@ -151,8 +151,8 @@
         <permission-service service-name="fixedAssetPermissionCheck" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <attribute name="estimatedStartDate" mode="IN" type="String" optional="true"/>
-        <attribute name="estimatedCompletionDate" mode="IN" type="String" optional="true"/>
+        <attribute name="estimatedStartDate" mode="IN" type="Timestamp" optional="true"/>
+        <attribute name="estimatedCompletionDate" mode="IN" type="Timestamp" optional="true"/>
         <attribute name="maintTemplateWorkEffortId" mode="IN" type="String" optional="true"/>
         <override name="maintHistSeqId" mode="OUT"/> <!-- make this OUT rather than IN, we will automatically generate the next sub-sequence ID -->
     </service>