mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
Adding comment header according to documentation header
This commit is contained in:
parent
cd77ac7a9d
commit
ab8bd7637d
@ -151,6 +151,11 @@ TICKET_PRIORITY_CHOICES = getattr(settings,
|
|||||||
'HELPDESK_TICKET_PRIORITY_CHOICES',
|
'HELPDESK_TICKET_PRIORITY_CHOICES',
|
||||||
DEFAULT_TICKET_PRIORITY_CHOICES)
|
DEFAULT_TICKET_PRIORITY_CHOICES)
|
||||||
|
|
||||||
|
|
||||||
|
#########################
|
||||||
|
# time tracking options #
|
||||||
|
#########################
|
||||||
|
|
||||||
# Follow-ups automatic time_spent calculation
|
# Follow-ups automatic time_spent calculation
|
||||||
FOLLOWUP_TIME_SPENT_AUTO = getattr(settings,
|
FOLLOWUP_TIME_SPENT_AUTO = getattr(settings,
|
||||||
'HELPDESK_FOLLOWUP_TIME_SPENT_AUTO',
|
'HELPDESK_FOLLOWUP_TIME_SPENT_AUTO',
|
||||||
|
Loading…
Reference in New Issue
Block a user