mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 16:21:19 +00:00
removed get_tips() from js file
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
//--------- ONLOAD -------------
|
||||
cur_frm.cscript.onload = function(doc, cdt, cdn) {
|
||||
cur_frm.cscript.get_tips(doc, cdt, cdn);
|
||||
|
||||
}
|
||||
|
||||
cur_frm.cscript.refresh = function(doc, cdt, cdn) {
|
||||
cur_frm.cscript.get_tips(doc, cdt, cdn);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user