From 4f8a16848f68040f4a94f693881a8af6b536d2f6 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Mon, 1 Jan 2024 09:04:36 +0100 Subject: [PATCH] chore: default_roles hook doesn't exist anymore (#39032) --- erpnext/hooks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 78bb2d2c27..0f80d5ee88 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -258,11 +258,6 @@ standard_portal_menu_items = [ {"title": "Appointment Booking", "route": "/book_appointment"}, ] -default_roles = [ - {"role": "Customer", "doctype": "Contact", "email_field": "email_id"}, - {"role": "Supplier", "doctype": "Contact", "email_field": "email_id"}, -] - sounds = [ {"name": "incoming-call", "src": "/assets/erpnext/sounds/incoming-call.mp3", "volume": 0.2}, {"name": "call-disconnect", "src": "/assets/erpnext/sounds/call-disconnect.mp3", "volume": 0.2},