Merge pull request #50627 from mihir-kandoi/gh48474

This commit is contained in:
Mihir Kandoi
2025-11-19 16:16:19 +05:30
committed by GitHub

View File

@@ -346,6 +346,9 @@ frappe.ui.form.on("Material Request", {
label: __("For Warehouse"),
options: "Warehouse",
reqd: 1,
get_query: function () {
return { filters: { company: frm.doc.company } };
},
},
{ fieldname: "qty", fieldtype: "Float", label: __("Quantity"), reqd: 1, default: 1 },
{