Author: deepak
Date: Thu Dec 14 10:56:49 2017
New Revision: 1818101

URL: http://svn.apache.org/viewvc?rev=1818101&view=rev
Log:
Fixed: Corrected engine name for updateWorkEffortFixedAssetStd service, Thanks 
Suraj Khurana for reporting.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml?rev=1818101&r1=1818100&r2=1818101&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml 
Thu Dec 14 10:56:49 2017
@@ -554,7 +554,7 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
-    <service name="updateWorkEffortFixedAssetStd" engine="entiy-auto" 
auth="true"
+    <service name="updateWorkEffortFixedAssetStd" engine="entity-auto" 
auth="true"
             default-entity-name="WorkEffortFixedAssetStd" invoke="update">
         <description>Updates an existing WorkEffortFixedAssetStd 
entry</description>
         <permission-service service-name="workEffortManagerPermission" 
main-action="UPDATE"/>


Reply via email to