mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-30 09:32:25 +02:00
fix: add company filter in RFQ Items
(cherry picked from commit ca0485a503)
This commit is contained in:
@@ -22,6 +22,13 @@ frappe.ui.form.on("Request for Quotation",{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
frm.set_query('warehouse', 'items', () => ({
|
||||||
|
filters: {
|
||||||
|
company: frm.doc.company,
|
||||||
|
is_group: 0
|
||||||
|
}
|
||||||
|
}));
|
||||||
},
|
},
|
||||||
|
|
||||||
onload: function(frm) {
|
onload: function(frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user