[ 
https://issues.apache.org/jira/browse/OFBIZ-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-4224.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Thanks Paul,

Your slightly modified patch is in trunk at r1085774, R10.04 at r1085775, R9.04 
at r1085776.

Minor detail: I rather used newEntity.agreementId like in the line below 
newEntity.agreementItemSeqId


> 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
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4224_AgreementServices.patch
>
>
> 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

Reply via email to