[FIX] auction : Auction Artists Report Corrected

bzr revid: ach@tinyerp.com-20100924124228-uoj22v0xiaka4soo
This commit is contained in:
Anup (OpenERP) 2010-09-24 18:12:28 +05:30
parent 9e50339257
commit a3900f6daf
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</para>
<para style="P6">[[o.artist2_id and 'Artist2: '+o.artist2_id.name or False]]</para>
<para style="P8">
<font face="Courier">[[o.artist_id2 and 'Biography: '+o.artist_id2.biography or False]]</font>
<font face="Courier">[[o.artist2_id and 'Biography: '+o.artist2_id.biography or False]]</font>
</para>
</td>
</tr>