mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
Merge pull request #50627 from mihir-kandoi/gh48474
This commit is contained in:
@@ -346,6 +346,9 @@ frappe.ui.form.on("Material Request", {
|
|||||||
label: __("For Warehouse"),
|
label: __("For Warehouse"),
|
||||||
options: "Warehouse",
|
options: "Warehouse",
|
||||||
reqd: 1,
|
reqd: 1,
|
||||||
|
get_query: function () {
|
||||||
|
return { filters: { company: frm.doc.company } };
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{ fieldname: "qty", fieldtype: "Float", label: __("Quantity"), reqd: 1, default: 1 },
|
{ fieldname: "qty", fieldtype: "Float", label: __("Quantity"), reqd: 1, default: 1 },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user