mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-22 21:20:59 +02:00
Automatic absolute time_spent calculation for ticket FollowUp
This commit is contained in:
@@ -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 #
|
||||
############################
|
||||
|
Reference in New Issue
Block a user