# $html .= ">$freq{$freq}";
#}
- if(!exists($href->{$field})) {
- # shouldn't happen
- warn "nonexistent part_pkg option: '$field'\n";
- next;
- }
- #$html .= '</SELECT></TD></TR>';
+ #$html .= '</SELECT></TD></TR>';
my $href = $plans{$layer}->{'fields'};
my @fields = exists($plans{$layer}->{'fieldorder'})
foreach my $field ( grep $_ !~ /^(setup|recur)_fee$/, @fields ) {
+ if(!exists($href->{$field})) {
+ # shouldn't happen
+ warn "nonexistent part_pkg option: '$field'\n";
+ next;
+ }
+
$html .= '<TR><TD ALIGN="right">'. $href->{$field}{'name'}. '</TD><TD>';
my $format = sub { shift };