[IMP] hr_expense: small change

bzr revid: psi@tinyerp.com-20120816083402-i0u6j8grvat6jcty
This commit is contained in:
Purnendu Singh (OpenERP) 2012-08-16 14:04:02 +05:30
parent 05609f24ff
commit 0f5f09b2c9
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ class hr_expense_expense(osv.osv):
'type': 'purchase',
'partner_id': exp.employee_id.address_home_id.id,
'company_id': company_id,
'currency_id': exp.currency_id.id,
'line_ids': lines,
'amount': total,
'journal_id': journal.id,