From ab8bd7637dfcbe1857e4bf526acde3e302875949 Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:30:21 +0000 Subject: [PATCH] Adding comment header according to documentation header --- helpdesk/settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpdesk/settings.py b/helpdesk/settings.py index 511109d7..220bc424 100644 --- a/helpdesk/settings.py +++ b/helpdesk/settings.py @@ -151,6 +151,11 @@ TICKET_PRIORITY_CHOICES = getattr(settings, 'HELPDESK_TICKET_PRIORITY_CHOICES', DEFAULT_TICKET_PRIORITY_CHOICES) + +######################### +# time tracking options # +######################### + # Follow-ups automatic time_spent calculation FOLLOWUP_TIME_SPENT_AUTO = getattr(settings, 'HELPDESK_FOLLOWUP_TIME_SPENT_AUTO',