Revision f3889750
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/project/form.html | ||
---|---|---|
48 | 48 |
|
49 | 49 |
<tr> |
50 | 50 |
<th align="right">[% 'Customer' | $T8 %]</th> |
51 |
<td>[% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', style='width: 300px') %]</td> |
|
51 |
<td>[% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %]</td>
|
|
52 | 52 |
</tr> |
53 | 53 |
|
54 | 54 |
<tr> |
Auch abrufbar als: Unified diff
Bei Projekten keine Kundenverknüpfung erzwingen
Behebt #2205.