Revert "Artikel-Klassifizierung"
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
index b4f3047..ebd0b5b 100644 (file)
@@ -9,10 +9,9 @@
  <form method="post" name="ic" action="[% script %]">
 
   <input name="id" type="hidden" value="[% HTML.escape(id) %]">
-  <input name="item" type="hidden" value="[% HTML.escape(item) %]">
+  <input name="part_type" type="hidden" value="[% HTML.escape(part_type) %]">
   <input name="title" type="hidden" value="[% HTML.escape(title) %]">
   <input name="makemodel" type="hidden" value="[% HTML.escape(makemodel) %]">
-  <input name="alternate" type="hidden" value="[% HTML.escape(alternate) %]">
   <input name="onhand" type="hidden" value="[% HTML.escape(onhand) %]">
   <input name="orphaned" type="hidden" value="[% HTML.escape(orphaned) %]">
   <input name="taxaccounts" type="hidden" value="[% HTML.escape(taxaccounts) %]">
@@ -92,7 +91,7 @@
 
              [%- IF BUCHUNGSGRUPPEN.size %]
              <tr>
-              <th align="right">[% 'Buchungsgruppe' | $T8 %]</th>
+              <th align="right">[% 'Booking group' | $T8 %]</th>
               <td>
                [%- INCLUDE generic/multibox.html
                      name       = 'buchungsgruppen_id',