Zeiterfassung: Projekt-Picker kennt kein fat_set_item
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 7 May 2021 09:59:04 +0000 (11:59 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 7 May 2021 09:59:04 +0000 (11:59 +0200)
templates/webpages/time_recording/form.html

index a75ec95..cc26270 100644 (file)
@@ -58,7 +58,7 @@
     </tr>
     <tr>
       <th align="right">[% 'Project' | $T8 %]</th>
-      <td>[% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, fat_set_item=1, style='width: 300px', onchange='kivi.TimeRecording.project_changed()') %]</td>
+      <td>[% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, style='width: 300px', onchange='kivi.TimeRecording.project_changed()') %]</td>
     </tr>
     <tr></tr><tr></tr>
     <tr>