commit | e997168a2364f9350441d1aac7e03c293556c77f | [log] [tgz] |
---|---|---|
author | Yugandhara <yugandhara.b@indictranstech.com> | Sat Feb 15 16:14:46 2020 +0530 |
committer | Yugandhara <yugandhara.b@indictranstech.com> | Sat Feb 15 16:14:46 2020 +0530 |
tree | a1c03326fe13f57ed562c98b257530fa262a9dd3 | |
parent | af2b39891e097bf1db55e549410c331377c92595 [diff] |
fix: unused variable cdn removed
diff --git a/erpnext/manufacturing/doctype/production_plan/production_plan.js b/erpnext/manufacturing/doctype/production_plan/production_plan.js index 4e92ee2..d400d59 100644 --- a/erpnext/manufacturing/doctype/production_plan/production_plan.js +++ b/erpnext/manufacturing/doctype/production_plan/production_plan.js
@@ -297,7 +297,7 @@ } }); -cur_frm.fields_dict['sales_orders'].grid.get_field("sales_order").get_query = function(doc, cdt, cdn) { +cur_frm.fields_dict['sales_orders'].grid.get_field("sales_order").get_query = function(doc) { return{ filters: [ ['Sales Order','docstatus', '=' ,1]