Author: doogie
Date: Fri Apr 2 16:46:25 2010
New Revision: 930319
URL:
http://svn.apache.org/viewvc?rev=930319&view=revLog:
In createOrderNote, set the allow-html attribute on the note parameter
to be the same as createNote.
Modified:
ofbiz/trunk/applications/order/servicedef/services.xml
Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=930319&r1=930318&r2=930319&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Fri Apr 2 16:46:25 2010
@@ -441,7 +441,7 @@ under the License.
location="org.ofbiz.order.order.OrderServices" invoke="createOrderNote" auth="true">
<description>Create a note item and associate with a order header</description>
<attribute name="orderId" type="String" mode="IN"/>
- <attribute name="note" type="String" mode="IN"/>
+ <attribute name="note" type="String" mode="IN" allow-html="safe"/>
<attribute name="internalNote" type="String" mode="IN"/>
<attribute name="noteName" type="String" mode="IN" optional="true"/>
</service>