Author: nmalin
Date: Thu Apr 2 19:04:49 2015
New Revision: 1670952
URL:
http://svn.apache.org/r1670952Log:
Apply patch OFBIZ-6209 Error when call updateNote service report by Supachai Chaima-ngua
Modified:
ofbiz/trunk/framework/common/servicedef/services.xml
Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1670952&r1=1670951&r2=1670952&view=diff==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Thu Apr 2 19:04:49 2015
@@ -69,7 +69,7 @@ under the License.
<service name="updateNote" default-entity-name="NoteData" engine="entity-auto" invoke="update">
<description>Update a note record</description>
- <auto-attributes include="pk" mode="INOUT" optional="false"/>
+ <auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
<override name="noteInfo" allow-html="any"/>
</service>