Author: jleroux
Date: Sun Sep 29 09:01:47 2013
New Revision: 1527289
URL:
http://svn.apache.org/r1527289Log:
Reported by Adrian on dev ML.
Related to OFBIZ-5209. I guess Leon made a wrong C/P and the field is actually AgreementTerm.textValue I have also added it to updateAgreementTerm
Modified:
ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml
Modified: ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml?rev=1527289&r1=1527288&r2=1527289&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml Sun Sep 29 09:01:47 2013
@@ -92,7 +92,7 @@ under the License.
<permission-service service-name="acctgAgreementPermissionCheck" main-action="CREATE"/>
<auto-attributes include="pk" mode="INOUT" optional="true"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
- <override name="agreementText" allow-html="safe"/>
+ <override name="textValue" allow-html="safe"/>
</service>
<service name="updateAgreementTerm" default-entity-name="AgreementTerm" engine="simple"
location="component://accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="updateAgreementTerm" auth="true">
@@ -100,6 +100,7 @@ under the License.
<permission-service service-name="acctgAgreementPermissionCheck" main-action="UPDATE"/>
<auto-attributes include="pk" mode="IN" optional="true"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
+ <override name="textValue" allow-html="safe"/>
</service>
<service name="deleteAgreementTerm" default-entity-name="AgreementTerm" engine="simple"
location="component://accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="deleteAgreementTerm" auth="true">