mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-06 09:46:51 +02:00
Fixed holidays exclusion format in documentation
This commit is contained in:
parent
7a7a39d567
commit
6724e29e28
@ -317,7 +317,7 @@ Time Tracking Options
|
|||||||
Valid hour values must be set between 0 and 23.9999.
|
Valid hour values must be set between 0 and 23.9999.
|
||||||
In this example 8.5 is interpreted as 8:30AM, saturdays and sundays don't count.
|
In this example 8.5 is interpreted as 8:30AM, saturdays and sundays don't count.
|
||||||
|
|
||||||
- **HELPDESK_FOLLOWUP_TIME_SPENT_EXCLUDE_HOLIDAYS** List of days in format "%m-%d" to exclude from automatic follow-up 'time_spent' calculation.
|
- **HELPDESK_FOLLOWUP_TIME_SPENT_EXCLUDE_HOLIDAYS** List of days in format "%Y-%m-%d" to exclude from automatic follow-up 'time_spent' calculation.
|
||||||
|
|
||||||
**Default:** ``HELPDESK_FOLLOWUP_TIME_SPENT_EXCLUDE_HOLIDAYS = ()``
|
**Default:** ``HELPDESK_FOLLOWUP_TIME_SPENT_EXCLUDE_HOLIDAYS = ()``
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user