mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
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) {
|
download_materials_required(frm) {
|
||||||
const warehouses_data = [
|
const warehouses_data = [
|
||||||
{
|
{
|
||||||
warehouse: frm.doc.for_warehouse
|
warehouse: frm.doc.for_warehouse,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
const fields = [
|
const fields = [
|
||||||
|
|||||||
Reference in New Issue
Block a user