Bugfix: Auftragssuche: Bei niedrigen vclimit muss nach projectNUMMER und nicht nach...
[kivitendo-erp.git] / templates / webpages / oe / search_de.html
index 946e678..0358b0b 100644 (file)
@@ -87,7 +87,7 @@
      <th align="right">Projektnummer</th>
      <td colspan="3">
             [%- INCLUDE 'generic/multibox.html'
-                 name          = 'project_id',
+                 name          =  vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id',
                  style         = "width: 250px",
                  DATA          =  ALL_PROJECTS,
                  id_key        = 'id',