From: Bernd Bleßmann Date: Wed, 13 Jan 2021 20:00:59 +0000 (+0100) Subject: Projekt-Picker für Berichte: auch inaktive und ungültige Projekte zeigen X-Git-Tag: kivitendo-mebil_0.1-0~9^2~515 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=bc465323035d5328b5daa434685821b74c4f7d4f;p=kivitendo-erp.git Projekt-Picker für Berichte: auch inaktive und ungültige Projekte zeigen --- 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) %]