Bei Projekten keine Kundenverknüpfung erzwingen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Mar 2013 14:15:24 +0000 (15:15 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Mar 2013 14:15:24 +0000 (15:15 +0100)
Behebt #2205.

templates/webpages/project/form.html

index 7162e11..5b2594c 100644 (file)
@@ -48,7 +48,7 @@
 
      <tr>
       <th align="right">[% 'Customer' | $T8 %]</th>
-      <td>[% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', style='width: 300px') %]</td>
+      <td>[% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %]</td>
      </tr>
 
      <tr>