You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/12/14 10:56:49 UTC

svn commit: r1818101 - /ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml

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"/>