mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +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)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 308
|
||||
last_patch = 309
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1220,3 +1220,5 @@ def execute(patch_no):
|
||||
elif patch_no == 308:
|
||||
from erpnext_structure_cleanup import run_patches
|
||||
run_patches()
|
||||
elif patch_no == 309:
|
||||
sql("delete from `tabDocField` where fieldname = 'item_attachments_details' and parent = 'Item'")
|
||||
|
||||
Reference in New Issue
Block a user