mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
fix: download materials request plan in PP
(cherry picked from commit cb52b76342)
This commit is contained in:
committed by
Mergify
parent
ef2a6c788e
commit
7193633773
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user