mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
[mapper] removed old mapper from files and database
This commit is contained in:
4
patches/july_2013/p01_remove_doctype_mappers.py
Normal file
4
patches/july_2013/p01_remove_doctype_mappers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
for m in webnotes.conn.sql("select name from `tabDocType Mapper`"):
|
||||
webnotes.delete_doc("DocType Mapper", m[0])
|
||||
@@ -250,4 +250,5 @@ patch_list = [
|
||||
"patches.june_2013.p08_shopping_cart_settings",
|
||||
"patches.june_2013.p09_update_global_defaults",
|
||||
"patches.june_2013.p10_lead_address",
|
||||
"patches.july_2013.p01_remove_doctype_mappers",
|
||||
]
|
||||
Reference in New Issue
Block a user