chore: (MR)Added delivery date in SO dialog

This commit is contained in:
marination 2020-10-30 13:59:47 +05:30
parent 707788da4b
commit 6bf507a54b

View File

@ -173,7 +173,8 @@ frappe.ui.form.on('Material Request', {
source_doctype: "Sales Order",
target: frm,
setters: {
customer: frm.doc.customer || undefined
customer: frm.doc.customer || undefined,
delivery_date: undefined,
},
get_query_filters: {
docstatus: 1,