[REV] revert of revision 8290, which was fixing the bug in a wrong way

bzr revid: qdp-launchpad@openerp.com-20121213092034-a48tk9x78job1qx1
This commit is contained in:
Quentin (OpenERP) 2012-12-13 10:20:34 +01:00
parent ed9385d2aa
commit 4f880230a9
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ class mrp_repair_line(osv.osv, ProductChangeMixin):
return {'value': {
'to_invoice': False,
'location_id': location_id,
'location_dest_id': self.pool.get('stock.location').search(cr, uid, [('name','=','Inventory loss')], context=context)
'location_dest_id': False
}}
mrp_repair_line()