[MERGE] account: Fix a typo in the variable name

bzr revid: stw@openerp.com-20120910103747-f2ar7jj4w8az2dya
This commit is contained in:
Stephane Wirtel 2012-09-10 12:37:47 +02:00
commit 6283d212e5
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ class account_move(osv.osv):
if not l[0]:
l[2].update({
'reconcile_id':False,
'reconcil_partial_id':False,
'reconcile_partial_id':False,
'analytic_lines':False,
'invoice':False,
'ref':False,