[FIX]l10n_in_hr_payroll:basic,gross and net are bold

bzr revid: kbh@tinyerp.com-20120823071656-jedj3au7gyv829mq
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-08-23 12:46:56 +05:30
parent abbfcc6634
commit 5f8de6a93d
1 changed files with 4 additions and 2 deletions

View File

@ -404,7 +404,8 @@
<blockTable colWidths="195.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,56.0" style="Table6">
<tr>
<td>
<para style="terp_default_9">[[ e1[0] ]]</para>
<para style="terp_default_9"><b>[[ e1[0] in ["Basic","Gross"] and e1[0] ]]</b> </para>
<para style="terp_default_9">[[ e1[0] not in ["Basic","Gross"] and e1[0] ]]</para>
</td>
<td>
<para style="terp_default_Right_8">
@ -484,7 +485,8 @@
<blockTable colWidths="195.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,46.0,56.0" style="Table8">
<tr>
<td>
<para style="terp_default_9">[[ e2[0] ]]</para>
<para style="terp_default_9"><b>[[ e2[0] in ["Net"] and e2[0] ]]</b> </para>
<para style="terp_default_9">[[ e2[0] not in ["Net"] and e2[0] ]]</para>
</td>
<td>
<para style="terp_default_Right_8">