[IMP] remove unwated change

bzr revid: jap@tinyerp.com-20130503051252-c8o424i116yqkd14
This commit is contained in:
Jagdish Panchal 2013-05-03 10:42:52 +05:30
parent df08c2cb70
commit 5126a05c4a
1 changed files with 0 additions and 1 deletions

View File

@ -989,7 +989,6 @@ class mrp_production(osv.osv):
for componant in production.bom_id.bom_lines:
if componant.product_id.type == 'service' and not production.move_lines or not production.move_lines2:
wf_service.trg_validate(uid, 'mrp.production', shipment_id, 'button_confirm', cr)
production.write({'state':'confirmed'}, context=context)
# Take routing location as a Source Location.
source_location_id = production.location_src_id.id
if production.bom_id.routing_id and production.bom_id.routing_id.location_id: