Valid Flag für Custom Variables in Artikeln.
[kivitendo-erp.git] / templates / webpages / oe / search_master.html
index 47de124..32d766f 100644 (file)
@@ -87,7 +87,7 @@
      <th align="right"><translate>Project Number</translate></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',
         <td colspan=4 align=left><b><translate>Customer</translate></td>
        </tr>
        <tr>
-               <td>
+        <td>
          <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
-                <label for="l_country"><translate>Country</translate></label>
+         <label for="l_country"><translate>Country</translate></label>
         </td>
-               <td>
+        <td>
          <input name="l_ustid"  id="l_ustid" class="checkbox" type="checkbox" value="Y">
-                <label for="l_ustid"><translate>USt-IdNr.</translate></label>
+         <label for="l_ustid"><translate>USt-IdNr.</translate></label>
         </td>
        </tr>
 [%- IF type == 'sales_order' %]