commit | 1ff8a6f24ff8b5b4ea1ef91215c5f5b8b4ca86f8 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Fri Mar 15 18:20:09 2024 +0530 |
committer | GitHub <noreply@github.com> | Fri Mar 15 18:20:09 2024 +0530 |
tree | 86809373e88483a64cc14f988790ef075a56a565 | |
parent | 59222813af2cf1407da5708814795e302ce6be34 [diff] |
fix: stopped mr showing in the popup (#40478)
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.js b/erpnext/buying/doctype/purchase_order/purchase_order.js index 2bb602c..e62d22b 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.js +++ b/erpnext/buying/doctype/purchase_order/purchase_order.js
@@ -509,7 +509,6 @@ target: me.frm, setters: { schedule_date: undefined, - status: undefined, }, get_query_filters: { material_request_type: "Purchase",