Set Sahana default call prefix and disable staff label, related to #22
This commit is contained in:
parent
99e00e07d4
commit
85944f3bd7
@ -146,7 +146,7 @@ def config(settings):
|
|||||||
# Thousands separator for numbers (defaults to space)
|
# Thousands separator for numbers (defaults to space)
|
||||||
#settings.L10n.thousands_separator = ","
|
#settings.L10n.thousands_separator = ","
|
||||||
# Default Country Code for telephone numbers
|
# 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
|
# Make last name in person/user records mandatory
|
||||||
settings.L10n.mandatory_lastname = True
|
settings.L10n.mandatory_lastname = True
|
||||||
# Configure the list of Religions
|
# Configure the list of Religions
|
||||||
@ -660,7 +660,7 @@ def config(settings):
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Human Resource Management
|
# Human Resource Management
|
||||||
# Uncomment to change the label for 'Staff'
|
# 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
|
# Uncomment to allow Staff & Volunteers to be registered without an email address
|
||||||
#settings.hrm.email_required = False
|
#settings.hrm.email_required = False
|
||||||
# Uncomment to allow Staff & Volunteers to be registered without an Organisation
|
# Uncomment to allow Staff & Volunteers to be registered without an Organisation
|
||||||
|
Loading…
Reference in New Issue
Block a user