[IMP] portal_sale: small improvement in email template

bzr revid: rco@openerp.com-20121214091627-1b1z56vb59kyjzxl
This commit is contained in:
Raphael Collet 2012-12-14 10:16:27 +01:00
parent 157f1db551
commit 95a3a0677b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
&nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;Your contact: <a href="mailto:${object.user_id.email or ''}?subject=Order%20${quote(object.name)|safe}">${object.user_id.name}</a>
&nbsp;&nbsp;Your contact: <a href="mailto:${object.user_id.email or ''}?subject=Order%20${object.name}">${object.user_id.name}</a>
% endif
</p>