mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fixes related to Material Request; added button to make Stock Entry of type Material Transfer; calculate ordered_qty and per_ordered in Material Request using observer pattern when Stock Entry against it is submitted or cancelled
This commit is contained in:
@@ -350,7 +350,8 @@ class DocType:
|
||||
"company": self.doc.company,
|
||||
"fiscal_year": fiscal_year,
|
||||
"requested_by": webnotes.session.user,
|
||||
"remark": "Automatically raised from Production Planning Tool"
|
||||
"remark": "Automatically raised from Production Planning Tool",
|
||||
"material_request_type": "Purchase"
|
||||
},
|
||||
{
|
||||
"doctype": "Material Request Item",
|
||||
|
||||
Reference in New Issue
Block a user