commit | 8f7c7a6882355ab2c0375840198c392a1c7c5fd2 | [log] [tgz] |
---|---|---|
author | Mangesh-Khairnar <mkhairnar10@gmail.com> | Fri Mar 01 16:41:43 2019 +0530 |
committer | Mangesh-Khairnar <mkhairnar10@gmail.com> | Sat Mar 02 20:48:04 2019 +0530 |
tree | f737d75ccc8f36952d449b1bd562632c23873af9 | |
parent | 4f350fcadb93f0cf6880bb2818d80a0aef4691d3 [diff] |
feat: check for on hold sales order
diff --git a/erpnext/manufacturing/doctype/work_order/work_order.js b/erpnext/manufacturing/doctype/work_order/work_order.js index 8a8a6c9..007cafc 100644 --- a/erpnext/manufacturing/doctype/work_order/work_order.js +++ b/erpnext/manufacturing/doctype/work_order/work_order.js
@@ -32,6 +32,14 @@ } }); + frm.set_query("sales_order", function() { + return { + filters: { + "status": ["not in", ["Closed", "On Hold"]] + } + } + }); + frm.set_query("fg_warehouse", function() { return { filters: {