fix(revert): remove patch to remove ep fields in Notification Settings
This commit is contained in:
parent
66e91445f5
commit
b55c8d29fe
2 changed files with 0 additions and 9 deletions
|
|
@ -246,4 +246,3 @@ frappe.patches.v16_0.move_role_desk_settings_to_user
|
|||
frappe.printing.doctype.print_format.patches.sets_wkhtmltopdf_as_default_for_pdf_generator_field
|
||||
frappe.patches.v14_0.fix_user_settings_collation
|
||||
execute:frappe.core.doctype.system_settings.system_settings.sync_system_settings
|
||||
frappe.patches.v16_0.remove_deprecated_fields_from_notfication_settings
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.model.delete_fields(
|
||||
{"Notification Settings": ["enable_email_energy_point", "energy_points_system_notifications"]},
|
||||
delete=1,
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue