$form->{item} nach $form->{part_type} umbenannt
[kivitendo-erp.git] / templates / webpages / ic / form_header.html
index cde2642..ebd0b5b 100644 (file)
@@ -9,7 +9,7 @@
  <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="onhand" type="hidden" value="[% HTML.escape(onhand) %]">