[IMP] l10n_in_hr_payroll: typo

bzr revid: mra@tinyerp.com-20120726063314-67w4cbokejy6eat7
This commit is contained in:
Mustufa Rangwala (OpenERP) 2012-07-26 12:03:14 +05:30
parent 286cb1fdb9
commit e6d0b95665
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class hr_payslip_run(osv.osv):
_inherit = 'hr.payslip.run'
_description = 'Payslip Batches'
_columns = {
'available_advice': fields.boolean('Made Payment Advice?', help="If this box is checked which means that Payment Advice exists", readonly=False),
'available_advice': fields.boolean('Made Payment Advice?', help="If this box is checked which means that Payment Advice exists for current batch", readonly=False),
}
def draft_payslip_run(self, cr, uid, ids, context=None):