[enhancement] request for quotation

This commit is contained in:
rohitwaghchaure 2016-03-03 14:00:35 +05:30
parent 44d0449895
commit 6d1b5d618a

View File

@ -229,9 +229,7 @@ def make_request_for_quotation(source_name, target_doc=None):
["name", "material_request_item"],
["parent", "material_request"],
["uom", "uom"]
],
"postprocess": update_item,
"condition": lambda doc: doc.ordered_qty < doc.qty
]
}
}, target_doc)