← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 837726] Re: hr_payroll_account error 6.1

 

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/837726

Title:
  hr_payroll_account error 6.1

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  Theres a code error in line 121 of file
  /addons/hr_payroll_account/hr_payroll_account.py

                      credit_sum += credit_line[2]['credit'] - credit_line['debit']
  correct is:
                      credit_sum += credit_line[2]['credit'] - credit_line[2]['debit']

  Please correct before launch a stable version of this
  Best Regards
  Christopher Ormaza

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/837726/+subscriptions


References