mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
same from and to flds deleted from mapper
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 346
|
||||
last_patch = 347
|
||||
#-------------------------------------------
|
||||
|
||||
def execute(patch_no):
|
||||
@@ -256,5 +256,5 @@ def execute(patch_no):
|
||||
elif patch_no == 346:
|
||||
delete_doc('DocType', 'Profile')
|
||||
reload_doc('core', 'doctype', 'profile')
|
||||
|
||||
|
||||
elif patch_no == 347:
|
||||
sql("delete from `tabField Mapper Detail` where from_field = to_field and map = 'Yes' and ifnull(checking_operator, '') = ''")
|
||||
|
||||
Reference in New Issue
Block a user