DMS-Dateianhänge beim E-Mail-Versand Vorauswahl konfigurierbar
[kivitendo-erp.git] / templates / webpages / inventory / warehouse_usage.html
index 9151556..36c23ab 100644 (file)
@@ -9,7 +9,7 @@
 
 [%- INCLUDE 'common/flash.html' %]
 
-<form name="Form" method="post" action="controller.pl">
+<form name="Form" method="post" action="controller.pl" id="form">
 
  <table border="0">
     <tr>
@@ -74,7 +74,7 @@
        <tr>
         <th align="right" nowrap>[% 'Warehouse' | $T8 %]:</th>
         <td>
-         <select name="warehouse_id" id="warehouse_id" onchange="kivi.PartsWarehouse.warehouseChanged(this.value, 0)">
+         <select name="warehouse_id" id="warehouse_id" onchange="warehouse_selected(this.value, 0)">
           <option value="">---</option>
           [%- FOREACH warehouse = WAREHOUSES %]
           <option value="[% HTML.escape(warehouse.id) %]">[% warehouse.description %]</option>
     </tr>
    </table>
   </p>
-
-  <p>
- <input type="hidden" name="action" value="Inventory/dispatch">
- <input type="submit" id="action_usage" class="submit" name="action_usage" value="[% 'Continue' | $T8 %]"> 
- </p>
  </form>