[FIX] Account_invoice_layout : Payment term with notes displayed on Invoice report

lp bug: https://launchpad.net/bugs/649030 fixed

bzr revid: jvo@tinyerp.com-20100927191552-jvlmrpyss1314lhz
This commit is contained in:
Jay (OpenERP) 2010-09-28 00:45:52 +05:30
parent 88ea0ea234
commit d83ee9d7ab
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@
<blockTable colWidths="539.0" style="Table_Payment_Terms">
<tr>
<td>
<para style="terp_default_9">[[ format((o.payment_term and o.payment_term.note or '') or removeParentNode('blockTable')) ]]</para>
<para style="terp_default_9">[[ o.payment_term and o.payment_term.name + " :\n" + format(o.payment_term.note or '') or removeParentNode('blockTable') ]]</para>
</td>
</tr>
</blockTable>