]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/form_header.html
$form->{item} nach $form->{part_type} umbenannt
[mfinanz.git] / templates / webpages / ic / form_header.html
index cde2642c3d614ef38b3f895be52ef9cd4d3982a4..ebd0b5bd223bd1f4351c821e06c529ff79219095 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) %]">