[FIX] account: accounting creation from bank statement fixed (no partner was assigned on receivable/payable account.move.line)

bzr revid: qdp-launchpad@openerp.com-20120917150548-l081zgzoxz0c8qw5
This commit is contained in:
Quentin (OpenERP) 2012-09-17 17:05:48 +02:00
parent 091b2d4892
commit 2ee0b276cc
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class account_bank_statement(osv.osv):
'date': st_line.date,
'ref': st_line.ref,
'move_id': move_id,
'partner_id': partner_id,
'partner_id': par_id,
'account_id': acc_id,
'credit': credit,
'debit': debit,