fix: download materials request plan in PP -prettier
(cherry picked from commit a1c4e0e93c)
This commit is contained in:
committed by
Mergify
parent
7193633773
commit
337082512e
@@ -402,7 +402,7 @@ frappe.ui.form.on("Production Plan", {
|
||||
download_materials_required(frm) {
|
||||
const warehouses_data = [
|
||||
{
|
||||
warehouse: frm.doc.for_warehouse
|
||||
warehouse: frm.doc.for_warehouse,
|
||||
},
|
||||
];
|
||||
const fields = [
|
||||
|
||||
Reference in New Issue
Block a user