]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Projekt-Picker für Berichte: auch inaktive und ungültige Projekte zeigen
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 13 Jan 2021 20:00:59 +0000 (21:00 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 15 Jan 2021 15:33:26 +0000 (16:33 +0100)
templates/webpages/ap/search.html
templates/webpages/ar/search.html
templates/webpages/oe/search.html
templates/webpages/rp/report.html
templates/webpages/vk/search_invoice.html

index 601cbb2a2da66ebb8f84f65fa9175b6fb1922c4f..32ad40eea26a27bd57d3e1173b7eb8020fb18f0f 100644 (file)
@@ -37,7 +37,7 @@
      </tr>
      <tr>
       <th align="right">[% 'Project Number' | $T8 %]</th>
-      <td>[% P.project.picker("project_id", project_id, style=style) %]</td>
+      <td>[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %]</td>
       <th align="right">[% 'Part Number' | $T8 %]</th>
       <td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
      </tr>
index d7d81a97c2a8e03f87b9cba2dae6195c6e0f67a1..4f03f6a1ee938d30bac1904af02f8993e7d7082b 100644 (file)
@@ -56,7 +56,7 @@
      </tr>
      <tr>
       <th align="right">[% 'Project Number' | $T8 %]</th>
-      <td>[% P.project.picker("project_id", project_id, style=style) %]</td>
+      <td>[% P.project.picker("project_id", project_id, active="both", valid="both", style=style) %]</td>
      </tr>
     [% IF ALL_BUSINESS_TYPES.as_list.size > 0 %]
      <tr>
index 3f47442e65a994325d849596fd1a10d2fecfcfc3..b24e9dd72d72479f7dbb30e53b394f9db952fdd5 100644 (file)
@@ -64,7 +64,7 @@
     </tr>
     <tr>
      <th align="right">[% 'Project' | $T8 %]</th>
-     <td>[% P.project.picker("project_id", '', style=style) %]</td>
+     <td>[% P.project.picker("project_id", '', active="both", valid="both", style=style) %]</td>
      <th align="right">[% 'Part Number' | $T8 %]</th>
      <td>[% L.input_tag("parts_partnumber", "", style=style) %]</td>
     </tr>
index f28684c5bef4d4b0c8632aa762d0e8fc8f25f05c..6866da5d2f55ea3a293f8e1199e9b6ac9dc91838 100644 (file)
 [%- BLOCK projectnumber %]
   <tr>
     <th align=right nowrap>[% 'Project' | $T8 %]</th>
-    <td colspan=3>[% P.project.picker('project_id', '') %]</td>
+    <td colspan=3>[% P.project.picker('project_id', '', active="both", valid="both") %]</td>
   </tr>
 [%- END %]
 
index 9d39515a874d25ef7e0b0f7cf58442f72c45bee2..b81cc796c8fda1c3700961ed4165a8a3ebd7162b 100644 (file)
@@ -82,7 +82,7 @@
       </td>
 
       <th align="right">[% 'Project Number' | $T8 %]</th>
-      <td>[% P.project.picker("project_id", "", style=style) %]</td>
+      <td>[% P.project.picker("project_id", "", active="both", valid="both", style=style) %]</td>
     </tr>
 
     <tr>