bzr revid: sbh@tinyerp.com-20100803101543-g83mtaf77h6jwl6f
This commit is contained in:
sbh (Open ERP) 2010-08-03 15:45:43 +05:30
parent 5f9e013af4
commit d3f7a2173f
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@
</tr>
</blockTable>
<blockTable colWidths="82.0,118.0,83.0,88.0,100.0" style="Table_Journal_Detail">[[ display_currency(data) == False or removeParentNode('blockTable') ]]
<tr>[[ lines(o.id) or removeParentNode('blockTable') ]]
<tr>
<td>
<para style="terp_default_9"><font face="Times-Roman">[[ repeatIn(lines(o.id),'line')]]</font> [[ line['code'] ]]</para>
</td>
@ -365,7 +365,7 @@
</tr>
</blockTable>
<blockTable colWidths="80.0,100.0,73.0,80.0,80.0,80.0" style="Table_Journal_Detail">[[ display_currency(data) or removeParentNode('blockTable') ]]
<tr>[[ lines(o.id) or removeParentNode('blockTable') ]]
<tr>
<td><para style="terp_default_9"><font>[[ repeatIn(lines(o.id),'line')]]</font> [[ line['code'] ]]</para></td>
<td><para style="terp_default_9">[[ line['name'] ]]</para></td>
<td><para style="terp_default_Right_9">[[ formatLang(line['debit'] )]]</para></td>