svn commit: r691978 - /ofbiz/trunk/applications/order/servicedef/services_request.xml

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

svn commit: r691978 - /ofbiz/trunk/applications/order/servicedef/services_request.xml

jacopoc
Author: jacopoc
Date: Thu Sep  4 04:49:32 2008
New Revision: 691978

URL: http://svn.apache.org/viewvc?rev=691978&view=rev
Log:
Missing service attribute from my last commit.

Modified:
    ofbiz/trunk/applications/order/servicedef/services_request.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_request.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_request.xml?rev=691978&r1=691977&r2=691978&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_request.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_request.xml Thu Sep  4 04:49:32 2008
@@ -32,6 +32,7 @@
             must have one of the base ORDERMGR_CRQ CRUD+ADMIN permissions.
         </description>
         <implements service="permissionInterface"/>
+        <attribute name="fromPartyId" type="String" mode="IN" optional="true"/>
     </service>
     <service name="createCustRequest" engine="simple" default-entity-name="CustRequest"
             location="org/ofbiz/order/request/CustRequestServices.xml" invoke="createCustRequest" auth="true">