diff options
Diffstat (limited to 'app/Template/config/calendar.php')
-rw-r--r-- | app/Template/config/calendar.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/config/calendar.php b/app/Template/config/calendar.php index 1cc985c8..25f4b43d 100644 --- a/app/Template/config/calendar.php +++ b/app/Template/config/calendar.php @@ -23,7 +23,6 @@ <h4><?= t('Subtasks time tracking') ?></h4> <?= $this->form->checkbox('calendar_user_subtasks_time_tracking', t('Show subtasks based on the time tracking'), 1, $values['calendar_user_subtasks_time_tracking'] == 1) ?> - <?= $this->form->checkbox('calendar_user_subtasks_forecast', t('Show subtask estimates (forecast of future work)'), 1, $values['calendar_user_subtasks_forecast'] == 1) ?> </div> <div class="form-actions"> |