← Back to team overview

openerp-india team mailing list archive

[Bug 1052625] [NEW] _check_paid is not being calculated propertly

 

Public bug reported:

The _check_paid function in account_voucher.py line 51 has two
parhentesis that shouldn't be there, the Correct line should be:

if line.account_id.type in ('receivable', 'payable') and not
line.reconcile_id

I don't know how to edit the source code in launchpad, that's why I post
the bug here

** 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/1052625

Title:
  _check_paid is not being calculated propertly

Status in OpenERP Addons (modules):
  New

Bug description:
  The _check_paid function in account_voucher.py line 51 has two
  parhentesis that shouldn't be there, the Correct line should be:

  if line.account_id.type in ('receivable', 'payable') and not
  line.reconcile_id

  I don't know how to edit the source code in launchpad, that's why I
  post the bug here

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


Follow ups

References