chore: default_roles hook doesn't exist anymore (#39032)

This commit is contained in:
David Arnold 2024-01-01 09:04:36 +01:00 committed by GitHub
parent bacf2b7431
commit 4f8a16848f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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