commit | 88a21ca7d2fd2944912bc3cd48c81185478f3cb3 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Wed Jan 26 01:01:10 2022 +0530 |
committer | Ankush Menat <ankushmenat@gmail.com> | Mon Feb 28 13:06:56 2022 +0530 |
tree | 6008664804e85faccc0a4253124c31cb48f8f226 | |
parent | 0624b7f1ab93161c2804f2baba551d9cfe016650 [diff] |
fix: only show child warehouses for transfer
diff --git a/erpnext/stock/dashboard/item_dashboard.js b/erpnext/stock/dashboard/item_dashboard.js index 37e9e89..204d623 100644 --- a/erpnext/stock/dashboard/item_dashboard.js +++ b/erpnext/stock/dashboard/item_dashboard.js
@@ -213,7 +213,14 @@ label: __('Target Warehouse'), fieldtype: 'Link', options: 'Warehouse', - reqd: 1 + reqd: 1, + get_query() { + return { + filters: { + is_group: 0 + } + } + } }, { fieldname: 'qty',