[OFBiz] SVN: r6823 - trunk/applications/product/servicedef
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Feb 22 11:04:12 CST 2006
Author: jacopo
Date: 2006-02-22 11:04:07 -0600 (Wed, 22 Feb 2006)
New Revision: 6823
Modified:
trunk/applications/product/servicedef/services_shipment.xml
Log:
Fixed wrong syntax in service definition: thanks to Vinay Agarwal for the report.
Modified: trunk/applications/product/servicedef/services_shipment.xml
===================================================================
--- trunk/applications/product/servicedef/services_shipment.xml 2006-02-22 14:32:55 UTC (rev 6822)
+++ trunk/applications/product/servicedef/services_shipment.xml 2006-02-22 17:04:07 UTC (rev 6823)
@@ -87,10 +87,10 @@
</service>
<service name="createShipmentForReturn" default-entity-name="ReturnHeader" engine="simple"
location="org/ofbiz/shipment/shipment/ShipmentServices.xml" invoke="createShipmentForReturn">
+ <description>Create a Return Shipment with information from ReturnHeader fields</description>
<required-permissions join-type="AND">
<check-permission permission="FACILITY" action="_CREATE"/>
</required-permissions>
- <description>Create a Return Shipment with information from ReturnHeader fields</description>
<auto-attributes include="pk" mode="IN" optional="false"/>
<attribute name="shipmentId" type="String" mode="OUT" optional="false"/>
</service>
More information about the Svn
mailing list