[IMP]l10n_in_hr_payroll:update for bank in rml

bzr revid: kbh@tinyerp.com-20120808084759-wiyd4hglrpc8ln57
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-08-08 14:17:59 +05:30
parent 55f9a34a1e
commit c5c07ee517
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
<para style="terp_tblheader_Details">Bank</para>
</td>
<td>
<para style="terp_default_9">[[ o.bank_account_id.bank.name or '' ]]</para>
<para style="terp_default_9">[[ o.bank_account_id and o.bank_account_id.bank.name or '' ]]</para>
</td>
</tr>
</blockTable>