Skip to content

Commit

Permalink
Merge pull request #252 from acsone/8.0-fix-credit-control-mail-carri…
Browse files Browse the repository at this point in the history
…age-return

[FIX][account_credit_control] Replace '/n' with '<br />' in credit control mail template
  • Loading branch information
guewen committed Jul 10, 2015
2 parents c5fae5f + e49b046 commit eed4784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_credit_control/data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Dear ${object.contact_address.name or ''}
<br/>
<br/>
${object.current_policy_level.custom_mail_text}
${object.current_policy_level.custom_mail_text.replace('\n', '<br>') | safe}
]]></field>
</record>

Expand Down

0 comments on commit eed4784

Please sign in to comment.