fix: download materials request plan in PP

(cherry picked from commit cb52b76342)
This commit is contained in:
Nihantra C. Patel
2024-06-12 12:34:46 +05:30
committed by Mergify
parent ef2a6c788e
commit 7193633773

View File

@@ -400,9 +400,11 @@ frappe.ui.form.on("Production Plan", {
}, },
download_materials_required(frm) { download_materials_required(frm) {
const warehouses_data = [{ const warehouses_data = [
warehouse: frm.doc.for_warehouse {
}]; warehouse: frm.doc.for_warehouse
},
];
const fields = [ const fields = [
{ {
fieldname: "warehouses", fieldname: "warehouses",