From ee046828b9112c336b495a406d182868a0b07813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 7 May 2021 11:59:04 +0200 Subject: [PATCH] Zeiterfassung: Projekt-Picker kennt kein fat_set_item --- templates/webpages/time_recording/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/time_recording/form.html b/templates/webpages/time_recording/form.html index a75ec9515..cc262703e 100644 --- a/templates/webpages/time_recording/form.html +++ b/templates/webpages/time_recording/form.html @@ -58,7 +58,7 @@ [% 'Project' | $T8 %] - [% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, fat_set_item=1, style='width: 300px', onchange='kivi.TimeRecording.project_changed()') %] + [% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, style='width: 300px', onchange='kivi.TimeRecording.project_changed()') %] -- 2.20.1