[REF] purchase : Remove the comment code

bzr revid: sbh@tinyerp.com-20100805064818-0vnoc9uw3vxa8scz
This commit is contained in:
sbh (Open ERP) 2010-08-05 12:18:18 +05:30
parent 724c4ebb44
commit 90fd4877f7
1 changed files with 0 additions and 1 deletions

View File

@ -535,7 +535,6 @@ class purchase_order(osv.osv):
'fiscal_position': porder.fiscal_position and porder.fiscal_position.id or False,
})
else:
#order_infos['name'] += ', %s' % porder.name
if porder.notes:
order_infos['notes'] = (order_infos['notes'] or '') + ('\n%s' % (porder.notes,))
if porder.origin: