mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
removed get_tips() from js file
This commit is contained in:
@@ -13,7 +13,7 @@ def replace_code(old, new):
|
||||
print 'Found in %s' % t
|
||||
|
||||
if __name__=='__main__':
|
||||
old = """$import(Tips Common)"""
|
||||
old = """cur_frm.cscript.get_tips(doc, cdt, cdn);"""
|
||||
new = " "
|
||||
replace_code(old, new)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user