Bei Projekten keine Kundenverknüpfung erzwingen
[kivitendo-erp.git] / 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>