c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31334
[Bug 837726] Re: hr_payroll_account error 6.1
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/837726
Title:
hr_payroll_account error 6.1
Status in OpenERP Modules (addons):
In Progress
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