bugfix_330379

bzr revid: fp@tinyerp.com-20090315230540-1a1em1ltl4cplwxt
This commit is contained in:
Fabien Pinckaers 2009-03-16 00:05:40 +01:00
parent 565a479bcb
commit 965099b579
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class crossovered_budget_lines(osv.osv):
date_to = context['wizard_date_to']
if line.paid_date:
if strToDate(date_to)<=strToDate(line.paid_date):
if strToDate(line.date_to)<=strToDate(line.paid_date):
theo_amt=0.00
else:
theo_amt=line.planned_amount