fix: Changes done to get valid sales order list on production plan form(#20609)
diff --git a/erpnext/manufacturing/doctype/production_plan/production_plan.js b/erpnext/manufacturing/doctype/production_plan/production_plan.js
index d400d59..96e5cd5 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) {
+cur_frm.fields_dict['sales_orders'].grid.get_field("sales_order").get_query = function() {
return{
filters: [
['Sales Order','docstatus', '=' ,1]