Author: arunpatidar
Date: Sat Sep 3 15:28:04 2016
New Revision: 1759094
URL:
http://svn.apache.org/viewvc?rev=1759094&view=revLog:
Added missing delete service from patch of task: OFBIZ-8012
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_budget.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_budget.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_budget.xml?rev=1759094&r1=1759093&r2=1759094&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_budget.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_budget.xml Sat Sep 3 15:28:04 2016
@@ -95,6 +95,12 @@ under the License.
<auto-attributes include="pk" mode="IN"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
+ <service name="deleteBudgetType" default-entity-name="BudgetType" engine="entity-auto" invoke="delete" auth="true">
+ <description>Delete a Budget Type Record</description>
+ <auto-attributes include="pk" mode="IN"/>
+ <auto-attributes include="nonpk" mode="IN" optional="true"/>
+ </service>
+
<service name="createBudgetItemAttribute" default-entity-name="BudgetItemAttribute" engine="entity-auto" invoke="create" auth="true">
<description>Create a new Budget Item Attribute Record</description>
<auto-attributes mode="IN" include="pk"/>