Verkaufsrechnungstemplates
[kivitendo-erp.git] / templates / webpages / oe / search_de.html
index 035f1c2..0358b0b 100644 (file)
@@ -59,7 +59,7 @@
                  label_sub     = 'employee_labels',
                  limit         = vclimit,
                  show_empty    = 1,
-                 allow_textbox = 1,
+                 allow_textbox = 0,
                  default       = ' ',
             -%]
      </td>
@@ -75,7 +75,7 @@
                  label_sub     = 'salesman_labels',
                  limit         = vclimit,
                  show_empty    = 1,
-                 allow_textbox = 1,
+                 allow_textbox = 0,
             -%]
      </td>
     </tr>
@@ -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',
          <label for="l_salesman">Verkäufer/in</label>
         </td>
        </tr>
+       <tr>
+        <td colspan=4 align=left><b>Kunde</td>
+       </tr>
+       <tr>
+        <td>
+         <input name="l_country" id="l_country" class="checkbox" type="checkbox" value="Y">
+         <label for="l_country">Land</label>
+        </td>
+        <td>
+         <input name="l_ustid"  id="l_ustid" class="checkbox" type="checkbox" value="Y">
+         <label for="l_ustid">USt-IdNr.</label>
+        </td>
+       </tr>
 [%- IF type == 'sales_order' %]
        <tr><td colspan="3"><hr></td></tr>
 [%- END %]