Skip to content

Commit

Permalink
chore: default_roles hook doesn't exist anymore (#39032)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao authored Jan 1, 2024
1 parent bacf2b7 commit 4f8a168
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions erpnext/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@
{"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},
Expand Down

0 comments on commit 4f8a168

Please sign in to comment.