[IMP] account_balance Module : Minor report Change.

bzr revid: vra@tinyerp.com-20090612070434-m35xqdn6dbur5dmx
This commit is contained in:
vra (Tiny) 2009-06-12 12:34:34 +05:30
parent 3d54a66149
commit bab693467f
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ class account_balance_landscape(rml_parse.rml_parse):
for temp in range(0,len(form['fiscalyear'][0][2])):
res={}
fy=self.pool.get('account.fiscalyear').name_get(self.cr,self.uid,form['fiscalyear'][0][2][temp])
res['year']=fy[0][1][12:16]
res['year']=fy[0][1]
res['last_str']=temp
result.append(res)