]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/search_de.html
Bugfixes zum Rechnungstemplate
[mfinanz.git] / templates / webpages / oe / search_de.html
index 363a3e46b11a97122e426e47c28db9e1efeb5586..0358b0b011c0a6ade59d62c5fcb9918aac27abf4 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',
         <td colspan=4 align=left><b>Kunde</td>
        </tr>
        <tr>
-               <td>
+        <td>
          <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
-                <label for="l_country">Land</label>
+         <label for="l_country">Land</label>
         </td>
-               <td>
+        <td>
          <input name="l_ustid"  id="l_ustid" class="checkbox" type="checkbox" value="Y">
-                <label for="l_ustid">USt-IdNr.</label>
+         <label for="l_ustid">USt-IdNr.</label>
         </td>
        </tr>
 [%- IF type == 'sales_order' %]