Skip to content

Commit

Permalink
fix: download materials request plan in PP -prettier
Browse files Browse the repository at this point in the history
(cherry picked from commit a1c4e0e)
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Jun 12, 2024
1 parent 7193633 commit 3370825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3370825

Please sign in to comment.