Automatic absolute time_spent calculation for ticket FollowUp

This commit is contained in:
Sam Splunks
2024-02-13 08:59:48 +00:00
parent f379bbe80e
commit f7e3a2b8aa
2 changed files with 9 additions and 1 deletions

View File

@@ -151,6 +151,11 @@ TICKET_PRIORITY_CHOICES = getattr(settings,
'HELPDESK_TICKET_PRIORITY_CHOICES',
DEFAULT_TICKET_PRIORITY_CHOICES)
# Follow-ups automatic time_spent calculation
FOLLOWUP_TIME_SPENT_AUTO = getattr(settings,
'HELPDESK_FOLLOWUP_TIME_SPENT_AUTO',
False)
############################
# options for public pages #
############################