[% INCLUDE input element_data = {
name = "partnumber_$i"
value = ${"partnumber_$i"}
class = "control_code"
type = "text"
size = "20"
} %] |
[% INCLUDE input element_data = {
name = "description_$i"
value = ${"description_$i"}
type = "hidden"
} %][% ${"description_$i"} %] |
[% INCLUDE input element_data = {
name = "counted_$i"
value = ${"counted_$i"}
class = "numeric"
type = "text"
size = "20"
} %] |
[% INCLUDE input element_data = {
name = "onhand_$i"
value = ${"onhand_$i"}
type = "hidden"
} %][% ${"onhand_$i"} %] |
[% INCLUDE input element_data = {
name = "qty_$i"
value = ${"qty_$i"}
type = "hidden"
} %][% ${"qty_$i"} %] |
[% END # foreach i -%]