svn commit: r1772081 - /ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

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

svn commit: r1772081 - /ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml

jacopoc
Author: jacopoc
Date: Wed Nov 30 16:31:23 2016
New Revision: 1772081

URL: http://svn.apache.org/viewvc?rev=1772081&view=rev
Log:
Fixed: Removed duplicated service declarations.

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

Modified: ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml?rev=1772081&r1=1772080&r2=1772081&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_ledger.xml Wed Nov 30 16:31:23 2016
@@ -898,22 +898,6 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
-    <!-- GlResourceType services -->
-    <service name="createGlResourceType" default-entity-name="GlResourceType" engine="entity-auto" invoke="create" auth="true">
-        <description>Create a GlResourceType</description>
-        <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <auto-attributes include="pk" mode="INOUT" optional="true"/>
-    </service>
-    <service name="updateGlResourceType" default-entity-name="GlResourceType" engine="entity-auto" invoke="update" auth="true">
-        <description>Update a GlResourceType</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-        <auto-attributes include="nonpk" mode="IN" optional="true"/>
-    </service>
-    <service name="deleteGlResourceType" default-entity-name="GlResourceType" engine="entity-auto" invoke="delete" auth="true">
-        <description>Delete a GlResourceType</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-    </service>
-
     <!-- SettlementTerm services -->
     <service name="createSettlementTerm" default-entity-name="SettlementTerm" engine="entity-auto" invoke="create" auth="true">
         <description>Create a SettlementTerm</description>