fix(ux): PO Get Items From Open Material Requests

This commit is contained in:
s-aga-r 2023-06-27 11:48:29 +05:30
parent 2d2f0f02d6
commit 3a00bf83d6

View File

@ -286,7 +286,7 @@ erpnext.buying.PurchaseOrderController = class PurchaseOrderController extends e
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],