Merge pull request #35894 from s-aga-r/FIX-35888

fix(ux): PO Get Items From Open Material Requests
This commit is contained in:
s-aga-r 2023-06-27 11:56:46 +05:30 committed by GitHub
commit 77d08b6dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ erpnext.buying.PurchaseOrderController = class PurchaseOrderController extends e
source_name: this.frm.doc.supplier, source_name: this.frm.doc.supplier,
target: this.frm, target: this.frm,
setters: { setters: {
company: me.frm.doc.company company: this.frm.doc.company
}, },
get_query_filters: { get_query_filters: {
docstatus: ["!=", 2], docstatus: ["!=", 2],