From 85944f3bd709fe76fa9e60c48b76b25dc29da769 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 23 Sep 2017 15:25:13 +0200 Subject: [PATCH] Set Sahana default call prefix and disable staff label, related to #22 --- .../applications/eden/modules/templates/default/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py index af93c61..7a3e9aa 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py @@ -146,7 +146,7 @@ def config(settings): # Thousands separator for numbers (defaults to space) #settings.L10n.thousands_separator = "," # Default Country Code for telephone numbers - #settings.L10n.default_country_code = 1 + settings.L10n.default_country_code = 420 # Make last name in person/user records mandatory settings.L10n.mandatory_lastname = True # Configure the list of Religions @@ -660,7 +660,7 @@ def config(settings): # ------------------------------------------------------------------------- # Human Resource Management # Uncomment to change the label for 'Staff' - settings.hrm.staff_label = "Contacts" + #settings.hrm.staff_label = "Contacts" # Uncomment to allow Staff & Volunteers to be registered without an email address #settings.hrm.email_required = False # Uncomment to allow Staff & Volunteers to be registered without an Organisation