fixed bug on account_followup

bzr revid: hmo@tinyerp.com-20080924120240-pe5wj1b0grcf36xi
This commit is contained in:
Harshad Modi 2008-09-24 17:32:40 +05:30
parent ae6bcc5ca5
commit 3988bb6ec2
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class followup_all_print(wizard.interface):
def _get_partners(self, cr, uid, data, context):
pool = pooler.get_pool(cr.dbname)
cr.execute(
"SELECT l.partner_id, l.followup_line_id, l.date, l.id "\
"SELECT l.partner_id, l.followup_line_id,l.date_maturity, l.date, l.id "\
"FROM account_move_line AS l "\
"LEFT JOIN account_account AS a "\
"ON (l.account_id=a.id) "\