Jump to content

Email Template Invoice Delivery (Paid) with multiple invoices broken in Blesta v5.1.3


Recommended Posts

Posted

Last known working version was Blesta v5.1.0

Usually this code:

{% for invoice in invoices %}
Invoice #: {invoice.id_code}{% endfor %}

Would output this result:

Invoice #: 1001
Invoice #: 1002

 

But in v5.1.3 the output repeats the first invoice id like this:

Invoice #: 1001
Invoice #: 1001

The correct invoices are merged and attached to the email, just the generated text is incorrect. Based on the dates of my backup files I believe the problem started sometime after v5.1.0.

  • 1 month later...
  • 3 weeks later...
Posted

Having the same issue on 5.2.1..
Any idea to quick solve this issue? My client start complaining for the invalid email information.

Thanks..

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...