Skip to Content
Menu
This question has been flagged
1 Reply
3155 Views

I'm having a problem with the Follow-up module PDF reports, which I need to mail letters.

The variables aren't expanded into the final values. Instead, the content reads like:


Dear ${object.name},

...

Best Regards,

${user.name}

${object.get_followup_table_html() | safe}


The emails work correctly. I guess somehow the module context isn't getting passed to the PDF report? Any solution or troubleshooting tips for me?


Regards,


Dave

Avatar
Discard
Best Answer

Hi,

use the debug mode and display the souce code, you probably have a wrong syntax with html part inside {}.

It's frequent when orking with the wysiwig editor

Avatar
Discard
Related Posts Replies Views Activity
2
Apr 24
369
2
Aug 17
7708
5
Jun 17
7753
5
Nov 16
5612
1
Aug 16
6538