I’m not sure if this is a bug, but recently, direct emailing stopped working properly. I’m referring to the fact that fields are displayed as plain text instead of a reference to a data field.
Normally, Manager.io would fill in the correct text in the subject line in this case. Namely, the name “Factuur” (Invoice) followed by the “Description” and the Reference (‘‘Debtor number-Invoice number’’). Now it just shows the plain text. It also doesn’t complete the text later, for example, by adding the invoice date, invoice amount, etc. This used to work.
I’ve also tried converting the language to English, but that didn’t help either.
I send around 50 invoices per day, and having to manually edit each one takes some considerable amount of time. This erroneous issue of an extremely useful feature has demeaned a wonderful product.
@lubos I’ve got the same problem as Morne_Kruger. Two examples that suddenly aren’t working anymore: 1. Code isn’t working anymore: {% if table.totals[“Balanced Due”] != null %}€ {{ table.totals[“Balanced Due”] | format: ‘n2’ }}{% else %}€ {{ table.totals[“Total”] | format: ‘n2’ }}{% endif %}
2. Made a Custom Field called ‘ibanOLD’ in Obsolete Features/Classic Custom Fields as well as a field called ‘ibanNEW’ in Custom Fields/Text Custom Fields. I filled in both fields on the invoices, so I’m sure it has text (see Data).
I don’t get anything back from {{ custom_fields[“ibanOLD”] }} nor {{ custom_fields[“ibanNEW”] }}.
How do I call the obsolete or new Custom Fields in the E-mail template?
Hope to got an answer back. Thanks a lot in advance.