Locales: existierendes »Purchase price« anstelle von »Purchase Price« verwenden
[kivitendo-erp.git] / templates / webpages / wh / journal_filter.html
index e6082cd..8b342d7 100644 (file)
@@ -1,6 +1,9 @@
 [%- USE T8 %]
 [%- USE L %]
+[%- USE P %]
 [%- USE HTML %][%- USE JavaScript %]
+<h1>[% 'Report about warehouse transactions' | $T8 %]</h1>
+
  <script type="text/javascript">
    <!--
       warehouses = new Array();
@@ -63,8 +66,6 @@
      -->
  </script>
 
- <div class="listtop">[% 'Report about warehouse transactions' | $T8 %]</div>
-
  <form method="post" name="Form" action="wh.pl">
 
   <input type="hidden" name="nextsub" value="generate_journal">
         <th align="right" nowrap>[% 'Part Number' | $T8 %]:</th>
         <td><input name="partnumber" id="partnumber" size=20></td>
        </tr>
+       <tr>
+        <th align="right" nowrap>[% 'Parts Classification' | $T8 %]:</th>
+        <td>[% P.select_classification('classification_id') %]</td>
+       </tr>
        <tr>
         <th align="right" nowrap>[% 'Part Description' | $T8 %]:</th>
         <td><input name="description" size=40></td>