Projekt-Picker für Berichte: auch inaktive und ungültige Projekte zeigen
[kivitendo-erp.git] / templates / webpages / rp / report.html
index f28684c..6866da5 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 %]