← Back to team overview

openerp-india team mailing list archive

[Bug 1225862] Re: Payslip report uses otherid in place of bank account

 

Hello laura,

Thanks for providing fix, its working fine for me.

Thank you.

** Changed in: openobject-addons
   Importance: Undecided => Medium

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

-- 
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):
  Confirmed

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


References