Skip to content

Commit

Permalink
[FIX] mass_mailing_sale: use if condition
Browse files Browse the repository at this point in the history
There was already an endif but no linked if clause making the rendering crash
  • Loading branch information
mart-e committed Oct 17, 2018
1 parent a858e49 commit 4b101f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mass_mailing_sale/data/mass_mailing_demo.xml
Expand Up @@ -57,7 +57,7 @@
${object.company_id.email}
</a>
% endif
${object.company_id.website}
% if object.company_id.website
|
<a href="'%s' % object.company_id.website" style="text-decoration:none; color: #999999;">
${object.company_id.website}
Expand Down

0 comments on commit 4b101f0

Please sign in to comment.