X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_477.html;h=a36ac39b843c6df36caf007683ed348e3889ffa3;hb=a6fcaaaeb031cfc5d4a32e75356208f1df965cb2;hp=d34fb8f96a744a25d62d585e87a492b30d5b98cd;hpb=1d15c6930650f2cceb13f7ae9da4acea5213643f;p=freeside.git diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index d34fb8f96..a36ac39b8 100755 --- a/httemplate/search/report_477.html +++ b/httemplate/search/report_477.html @@ -121,6 +121,7 @@ %> Part IIA +% $i = 0; % foreach my $option ( @FS::Report::FCC_477::part2aoption ) { @@ -130,10 +131,13 @@ 'name_col' => 'name', 'hashref' => { 'disabled' => '' }, 'element_name' => 'part2a_row_option', + 'curr_value' => + FS::Report::FCC_477::restore_fcc477map("part2a_row_option_$i"), ) %> +% $i++ % }
<% $option %>
@@ -146,6 +150,7 @@ %> Part IIB +% $i = 0; % foreach my $option ( @FS::Report::FCC_477::part2boption ) { @@ -155,10 +160,13 @@ 'name_col' => 'name', 'hashref' => { 'disabled' => '' }, 'element_name' => 'part2b_row_option', + 'curr_value' => + FS::Report::FCC_477::restore_fcc477map("part2b_row_option_$i"), ) %> +% $i++ % }
<% $option %>
@@ -185,8 +193,22 @@ 'label' => 'Enable part V?', 'field' => 'part', 'value' => 'V', + 'onchange' => 'partchange(this)', ) %> + + Part V + + <% include( '/elements/select-table.html', + 'table' => 'part_pkg_report_option', + 'name_col' => 'name', + 'hashref' => { 'disabled' => '' }, + 'element_name' => 'partv_report_option', + ) + %> + + + <% include( '/elements/tr-checkbox.html', 'label' => 'Enable part VI?',