Public bug reported: When on employee payslip press print -> Employee PaySlip the printed report uses Employee's otherid in place of bank acccount.
The reason is following line in report_payslip.rml (see: http://bazaar.launchpad.net/~openerp/openobject- addons/trunk/view/head:/hr_payroll/report/report_payslip.rml) <para style="P4">[[ o.employee_id.otherid or '' ]]</para> it should be: <para style="P4">[[ o.employee_id.bank_account_id.acc_number or '' ]]</para> ** Affects: openobject-addons Importance: Undecided Status: New -- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1225862 Title: Payslip report uses otherid in place of bank account Status in OpenERP Addons (modules): New Bug description: When on employee payslip press print -> Employee PaySlip the printed report uses Employee's otherid in place of bank acccount. The reason is following line in report_payslip.rml (see: http://bazaar.launchpad.net/~openerp/openobject- addons/trunk/view/head:/hr_payroll/report/report_payslip.rml) <para style="P4">[[ o.employee_id.otherid or '' ]]</para> it should be: <para style="P4">[[ o.employee_id.bank_account_id.acc_number or '' ]]</para> To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/1225862/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

