mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[enhancement] request for quotation
This commit is contained in:
@@ -229,9 +229,7 @@ def make_request_for_quotation(source_name, target_doc=None):
|
|||||||
["name", "material_request_item"],
|
["name", "material_request_item"],
|
||||||
["parent", "material_request"],
|
["parent", "material_request"],
|
||||||
["uom", "uom"]
|
["uom", "uom"]
|
||||||
],
|
]
|
||||||
"postprocess": update_item,
|
|
||||||
"condition": lambda doc: doc.ordered_qty < doc.qty
|
|
||||||
}
|
}
|
||||||
}, target_doc)
|
}, target_doc)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user