X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_477.html;h=7b85c137c02b9ebca20bec55a9bb05663e0c820a;hb=06a85a88bfdb0d3fc79ee055eb8327658dfe63ab;hp=542824b89669a2139a9e7bbe3bdd4ce472ec08e8;hpb=a06bd793c13d7d616d698f517be88b1812e8cea9;p=freeside.git diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index 542824b89..7b85c137c 100755 --- a/httemplate/search/report_477.html +++ b/httemplate/search/report_477.html @@ -1,8 +1,7 @@ <% include('/elements/header.html', 'FCC Form 477 Report' ) %>
- - + @@ -25,13 +24,24 @@ %> % if ( scalar( qsearch( 'part_pkg_report_option', { 'disabled' => '' } ) ) ) { +% # the m2 javascript magic in edit/elements/edit.html would be better here <% include( '/elements/tr-select-table.html', - 'label' => 'Report classes', + 'label' => 'Column report classes', 'table' => 'part_pkg_report_option', 'name_col' => 'name', 'hashref' => { 'disabled' => '' }, - 'element_name' => 'report_option', + 'element_name' => 'column_option', + 'multiple' => 'multiple', + ) + %> + + <% include( '/elements/tr-select-table.html', + 'label' => 'Row report classes', + 'table' => 'part_pkg_report_option', + 'name_col' => 'name', + 'hashref' => { 'disabled' => '' }, + 'element_name' => 'row_option', 'multiple' => 'multiple', ) %>