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/04/22 08:17:09 UTC

svn commit: r1792271 - /ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml

Author: deepak
Date: Sat Apr 22 08:17:09 2017
New Revision: 1792271

URL: http://svn.apache.org/viewvc?rev=1792271&view=rev
Log:
Fixed: Fixed c/p error.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml?rev=1792271&r1=1792270&r2=1792271&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_quote.xml Sat Apr 22 08:17:09 2017
@@ -94,7 +94,7 @@ under the License.
         </required-permissions>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
-    <service name="removeQuoteRole" default-entity-name="QuoteRole" engine="entity-auto" invoke="expire" auth="true">
+    <service name="expireQuoteRole" default-entity-name="QuoteRole" engine="entity-auto" invoke="expire" auth="true">
         <description>Expire a QuoteRole</description>
         <required-permissions join-type="AND">
             <check-permission permission="ORDERMGR" action="_UPDATE"/>