Author: ashish
Date: Wed Jun 17 16:53:45 2009
New Revision: 785722
URL:
http://svn.apache.org/viewvc?rev=785722&view=revLog:
Applied patch from jira issue OFBIZ-2623 (sendShipmentCompleteNotification service shows error on console)
Thanks Divesh for your contribution.
Modified:
ofbiz/trunk/applications/product/servicedef/services_shipment.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?rev=785722&r1=785721&r2=785722&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Wed Jun 17 16:53:45 2009
@@ -873,5 +873,6 @@
<attribute name="screenUri" type="String" mode="IN" optional="true"/>
<attribute name="comments" type="String" mode="IN" optional="true"/>
<attribute name="body" type="String" mode="OUT" optional="true"/>
+ <attribute name="messageWrapper" type="org.ofbiz.service.mail.MimeMessageWrapper" mode="OUT"/>
</service>
</services>