[FIX] account/report/common_report_header.py, fixed warning: added missing statement for importing _

bzr revid: qdp-launchpad@tinyerp.com-20101123141932-634ulxs2z5u6q7iz
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-11-23 15:19:32 +01:00
parent 4195027810
commit b6cf4dfb75
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
##############################################################################
import pooler
from tools.translate import _
class common_report_header(object):
@ -139,4 +140,4 @@ class common_report_header(object):
return pooler.get_pool(self.cr.dbname).get('account.account').browse(self.cr, self.uid, data['form']['chart_account_id']).company_id.currency_id.symbol
return ''
#vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
#vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: