mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Update sales_partner.js
This commit is contained in:
@@ -12,9 +12,3 @@ cur_frm.cscript.refresh = function(doc,dt,dn){
|
|||||||
erpnext.utils.render_address_and_contact(cur_frm);
|
erpnext.utils.render_address_and_contact(cur_frm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cur_frm.fields_dict['targets'].grid.get_field("item_group").get_query = function(doc, dt, dn) {
|
|
||||||
return{
|
|
||||||
filters:{ 'is_group': 0 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user