[FIX] l10n_in_hr_payroll: small fix

bzr revid: mra@tinyerp.com-20120824110146-n70knsb0c1fn5sfe
This commit is contained in:
Mustufa Rangwala (OpenERP) 2012-08-24 16:31:46 +05:30
parent 599ef6b960
commit 47e33a1d70
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ Now difference of income tax between payment year and actual year would be allow
<field name="name">Deduction Towards Company Provided Group Term Insurance</field>
<field name="category_id" ref="hr_payroll.DED"/>
<field name="amount_select">fix</field>
<field eval="1000.0" name="amount_fix"/>
<field eval="-1000.0" name="amount_fix"/>
<field name="register_id" ref="hr_group_term_insurance_register"/>
<field name="sequence" eval="175"/>
<field name="note">Group term insurance provides a solid foundation to a comprehensive employee benifit program,backed up by government asistance in the form of valuable tax incentives to both employees and employers.</field>