[jira] Created: (OFBIZ-4096) Error in order email confirmation template

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-4096) Error in order email confirmation template

Nicolas Malin (Jira)
Error in order email confirmation template
------------------------------------------

                 Key: OFBIZ-4096
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4096
             Project: OFBiz
          Issue Type: Bug
          Components: specialpurpose/ecommerce
    Affects Versions: Release Branch 10.04, SVN trunk
            Reporter: Wickersheimer Jeremy
             Fix For: Release Branch 10.04, SVN trunk


In :

{code:title=specialpurpose/ecommerce/webapp/ecommerce/order/orderheader.ftl:123|borderStyle=solid}
<#assign pmBillingAddress = creditCard.getRelatedOne("PostalAddress")>
{code}

is missing the ?if_exists causing errors in some cases.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-4096) Error in order email confirmation template

Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-4096.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Jeremy,

Your suggested change is in trunk at r1056072, R10.04 at r1056077.

I fixed the same at line 164

> Error in order email confirmation template
> ------------------------------------------
>
>                 Key: OFBIZ-4096
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4096
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 10.04, SVN trunk
>
>
> In :
> {code:title=specialpurpose/ecommerce/webapp/ecommerce/order/orderheader.ftl:123|borderStyle=solid}
> <#assign pmBillingAddress = creditCard.getRelatedOne("PostalAddress")>
> {code}
> is missing the ?if_exists causing errors in some cases.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.