mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fix: Changes done to get valid sales order list on sales order child table of production plan
This commit is contained in:
@@ -296,3 +296,11 @@ frappe.ui.form.on("Material Request Plan Item", {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
cur_frm.fields_dict['sales_orders'].grid.get_field("sales_order").get_query = function(doc, cdt, cdn) {
|
||||||
|
return{
|
||||||
|
filters: [
|
||||||
|
['Sales Order','docstatus', '=' ,1]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user