From 03cd941d3e48fc3e2455640c74e8ab3fb179dcf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 24 Nov 2015 08:44:22 +0100 Subject: [PATCH] =?utf8?q?Ung=C3=BCltige=20Projektzwang-Einstellungen=20ve?= =?utf8?q?rhindern?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Projekttyp und -status darf nicht leer sein in Mandanteneinstellung --- templates/webpages/client_config/_features.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index fd1c3778c..90a2a944a 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -151,17 +151,16 @@ [% LxERP.t8("Projects") %] - [% LxERP.t8('Always save orders with a projectnumber (create new projects)') %] [% L.yes_no_tag('defaults.order_always_project', SELF.defaults.order_always_project) %] [% LxERP.t8('Project type') %] - [% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=1, style="width: 200px") %] + [% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %] [% LxERP.t8('Project Status') %] - [% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=1, style="width: 200px") %] + [% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %] -- 2.20.1