commit | c46d99548070de3418d43db6e990b1b986828462 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Feb 12 13:04:45 2019 +0530 |
committer | GitHub <noreply@github.com> | Tue Feb 12 13:04:45 2019 +0530 |
tree | 0c3aa85c8d8d317ccc8a1027c10d36ed753c309e | |
parent | e6abee4bd5a5cf8aef021f998892adf1268672f3 [diff] | |
parent | a206f06af90876a32f97a4f968a8c3a228c7e8a8 [diff] |
Merge pull request #16628 from Zlash65/fix-noti-patch fix: Notification Control delete
diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 29c8619..b8e2e35 100755 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt
@@ -585,3 +585,4 @@ erpnext.patches.v11_0.renamed_from_to_fields_in_project erpnext.patches.v11_0.add_permissions_in_gst_settings erpnext.patches.v11_1.setup_guardian_role +execute:frappe.delete_doc('DocType', 'Notification Control')