*removed a print statement

bzr revid: qdp-48e437824538c027a523f4ac08fbed9e79c201fc
This commit is contained in:
qdp 2008-06-05 13:36:27 +00:00
parent e1a61390be
commit d3a038a6c0
1 changed files with 0 additions and 2 deletions

View File

@ -503,8 +503,6 @@ class account_invoice(osv.osv):
for i in line:
i[2]['period_id'] = inv.period_id.id
print 'move: ', move
move_id = self.pool.get('account.move').create(cr, uid, move)
# make the invoice point to that move
self.write(cr, uid, [inv.id], {'move_id': move_id})