createAgreementItem doesn't set agreementId in result
-----------------------------------------------------
Key: OFBIZ-4224
URL: https://issues.apache.org/jira/browse/OFBIZ-4224
Project: OFBiz
Issue Type: Bug
Components: accounting
Affects Versions: SVN trunk
Environment: rev 1084054
Reporter: Paul Foxworthy
Priority: Minor
The createAgreementItem service in
applications/accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml
doesn't set the agreementId in the result map properly.
Line 129 is
<field-to-result field="agreementId" result-name="agreementId"/>
and should be
<field-to-result field="parameters.agreementId" result-name="agreementId"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira