commit | 0e8edd1ee9119743a2bf5c093ece8e4df55e27cd | [log] [tgz] |
---|---|---|
author | Sagar Sharma <sagarsharma.s312@gmail.com> | Wed Nov 30 22:03:31 2022 +0530 |
committer | GitHub <noreply@github.com> | Wed Nov 30 22:03:31 2022 +0530 |
tree | 13e67c0b99cb094d4b8045bca39dcc4f85be55d1 | |
parent | 43d08b4c7445db5143209286df2187d2b29d4f61 [diff] | |
parent | 12637cda84820f1ae458956c9ca9f98a756b7bd9 [diff] |
Merge branch 'develop' into se_alert_develop
diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js index 31a4837..98c7dc9 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js
@@ -22,6 +22,13 @@ } }; } + + frm.set_query('warehouse', 'items', () => ({ + filters: { + company: frm.doc.company, + is_group: 0 + } + })); }, onload: function(frm) {