mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +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