From bc465323035d5328b5daa434685821b74c4f7d4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 13 Jan 2021 21:00:59 +0100 Subject: [PATCH] =?utf8?q?Projekt-Picker=20f=C3=BCr=20Berichte:=20auch=20i?= =?utf8?q?naktive=20und=20ung=C3=BCltige=20Projekte=20zeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/ap/search.html | 2 +- templates/webpages/ar/search.html | 2 +- templates/webpages/oe/search.html | 2 +- templates/webpages/rp/report.html | 2 +- templates/webpages/vk/search_invoice.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/webpages/ap/search.html b/templates/webpages/ap/search.html index 601cbb2a2..32ad40eea 100644 --- a/templates/webpages/ap/search.html +++ b/templates/webpages/ap/search.html @@ -37,7 +37,7 @@ [% 'Project Number' | $T8 %] - [% P.project.picker("project_id", project_id, style=style) %] + [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index d7d81a97c..4f03f6a1e 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -56,7 +56,7 @@ [% 'Project Number' | $T8 %] - [% P.project.picker("project_id", project_id, style=style) %] + [% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %] [% IF ALL_BUSINESS_TYPES.as_list.size > 0 %] diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 3f47442e6..b24e9dd72 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -64,7 +64,7 @@ [% 'Project' | $T8 %] - [% P.project.picker("project_id", '', style=style) %] + [% P.project.picker("project_id", '', active="both", valid="both", style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index f28684c5b..6866da5d2 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -113,7 +113,7 @@ [%- BLOCK projectnumber %] [% 'Project' | $T8 %] - [% P.project.picker('project_id', '') %] + [% P.project.picker('project_id', '', active="both", valid="both") %] [%- END %] diff --git a/templates/webpages/vk/search_invoice.html b/templates/webpages/vk/search_invoice.html index 9d39515a8..b81cc796c 100644 --- a/templates/webpages/vk/search_invoice.html +++ b/templates/webpages/vk/search_invoice.html @@ -82,7 +82,7 @@ [% 'Project Number' | $T8 %] - [% P.project.picker("project_id", "", style=style) %] + [% P.project.picker("project_id", "", active="both", valid="both", style=style) %] -- 2.20.1