Skip to content

Commit

Permalink
chore: default_roles hook doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Dec 29, 2023
1 parent 70abedc commit c9a4ae6
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 @@ -257,11 +257,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 c9a4ae6

Please sign in to comment.