fix(revert): remove patch to remove ep fields in Notification Settings

This commit is contained in:
sokumon 2025-04-23 16:53:57 +05:30
parent 66e91445f5
commit b55c8d29fe
2 changed files with 0 additions and 9 deletions

View file

@ -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

View file

@ -1,8 +0,0 @@
import frappe
def execute():
frappe.model.delete_fields(
{"Notification Settings": ["enable_email_energy_point", "energy_points_system_notifications"]},
delete=1,
)