[DEL]Useless comment

bzr revid: dle@openerp.com-20121206151254-qtedm28bxagp4shy
This commit is contained in:
dle@openerp.com 2012-12-06 16:12:54 +01:00
parent 0fc6e5480b
commit 512a5c5ed6
1 changed files with 0 additions and 4 deletions

View File

@ -282,10 +282,6 @@ class account_coda_import(osv.osv_memory):
line['type'] = 'supplier'
else:
line['type'] = 'general'
# if line['debit'] == '1':
# line['account'] = partner.property_account_payable.id
# else:
# line['account'] = partner.property_account_receivable.id
if partner:
if line['type'] == 'customer':
line['account'] = partner.property_account_receivable.id