mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
set supplier get query if supplier field exists in purchase cycle
This commit is contained in:
@@ -670,4 +670,4 @@ cur_frm.cscript.project_name = function(doc, cdt, cdn) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cur_frm.fields_dict.supplier.get_query = erpnext.utils.supplier_query;
|
cur_frm.fields_dict.supplier && (cur_frm.fields_dict.supplier.get_query = erpnext.utils.supplier_query);
|
||||||
Reference in New Issue
Block a user