From f388975079af5042c431cbb521cddebd677dfad6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Mar 2013 15:15:24 +0100 Subject: [PATCH] =?utf8?q?Bei=20Projekten=20keine=20Kundenverkn=C3=BCpfung?= =?utf8?q?=20erzwingen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Behebt #2205. --- templates/webpages/project/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/project/form.html b/templates/webpages/project/form.html index 7162e1113..5b2594cdb 100644 --- a/templates/webpages/project/form.html +++ b/templates/webpages/project/form.html @@ -48,7 +48,7 @@ [% 'Customer' | $T8 %] - [% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', style='width: 300px') %] + [% L.select_tag('project.customer_id', ALL_CUSTOMERS, default=SELF.project.customer_id, title_key='name', with_empty=1, style='width: 300px') %] -- 2.20.1