chore: drop email linking patch
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
fe63c5d677
commit
e5487e7403
2 changed files with 0 additions and 6 deletions
|
|
@ -103,7 +103,6 @@ frappe.patches.v12_0.setup_tags
|
|||
frappe.patches.v12_0.update_auto_repeat_status_and_not_submittable
|
||||
frappe.patches.v12_0.create_notification_settings_for_user
|
||||
frappe.patches.v11_0.make_all_prepared_report_attachments_private #2019-11-26
|
||||
frappe.patches.v12_0.setup_email_linking
|
||||
frappe.patches.v12_0.change_existing_dashboard_chart_filters
|
||||
frappe.patches.v12_0.set_correct_assign_value_in_docs #2020-07-13
|
||||
execute:frappe.delete_doc('DocType', 'Test Runner') # 2022-05-19
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
from frappe.desk.page.setup_wizard.install_fixtures import setup_email_linking
|
||||
|
||||
|
||||
def execute():
|
||||
setup_email_linking()
|
||||
Loading…
Add table
Reference in a new issue