[MERGE] lp:899022 (account_voucher: add missing variable definition)

bzr revid: rco@openerp.com-20111216153102-8l1buk4jkip4cjx5
This commit is contained in:
Raphael Collet 2011-12-16 16:31:02 +01:00
commit 9c42c6aa87
1 changed files with 1 additions and 0 deletions

View File

@ -992,6 +992,7 @@ class account_voucher(osv.osv):
context = {}
move_line_obj = self.pool.get('account.move.line')
currency_obj = self.pool.get('res.currency')
tax_obj = self.pool.get('account.tax')
tot_line = line_total
rec_lst_ids = []