commit | 3a00bf83d68be5f083f9290f9cfcdf756e67570a | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Tue Jun 27 11:48:29 2023 +0530 |
committer | s-aga-r <sagarsharma.s312@gmail.com> | Tue Jun 27 11:55:45 2023 +0530 |
tree | 92a9a3b45a338f0fdaed9a392fd0640ed8aa241a | |
parent | 2d2f0f02d6b7ccdb69a8a52f96b6b0de92fd67f0 [diff] |
fix(ux): PO Get Items From Open Material Requests
diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.js b/erpnext/buying/doctype/purchase_order/purchase_order.js index c6c9f1f..8fa8f30 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.js +++ b/erpnext/buying/doctype/purchase_order/purchase_order.js
@@ -286,7 +286,7 @@ source_name: this.frm.doc.supplier, target: this.frm, setters: { - company: me.frm.doc.company + company: this.frm.doc.company }, get_query_filters: { docstatus: ["!=", 2],