mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
moved directory structure
This commit is contained in:
8
patches/july_2012/deprecate_bulk_rename.py
Normal file
8
patches/july_2012/deprecate_bulk_rename.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model import delete_doc
|
||||
delete_doc('DocType', 'Bulk Rename Tool')
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.sql("drop table `tabBulk Rename Tool`")
|
||||
webnotes.conn.begin()
|
||||
Reference in New Issue
Block a user