← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 837726] Re: hr_payroll_account error 6.1

 

Hello Christopher Ormaza,

Thanks for reporting and your solution, i have checked your patch and it
seems working fine. Following are the Revision ID and Revision Number:

Revision ID : bde@xxxxxxxxxxx-20110831132731-26dsntk9rphpqpca
Revision Number : 4978

Thanks & Regards,
Devnani Bharat R.

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

-- 
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):
  Fix Committed

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