[FIX] sale.order: fixed a typo in template, leading to the company not being displayed.

bzr revid: tde@openerp.com-20120911115238-4r0oq2g5x4ffurde
This commit is contained in:
Thibault Delavallée 2012-09-11 13:52:38 +02:00
parent 23e3c862ab
commit de5c80fb90
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<p>Hello${object.partner_id.name and ' ' or ''}${object.partner_id.name or ''},</p>
<p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from {$object.company_id.name}: </p>
<p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>
<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>REFERENCES</strong><br />