X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-part_pkg_freq.html;h=649f8a2d0d99703894b424dfffebd2a33b812441;hp=98b7da5a512e34f7bc2e9b75d76545a48d18a578;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hpb=311c04a5c63df131c6c5d74568c9e426f73955eb diff --git a/httemplate/elements/tr-part_pkg_freq.html b/httemplate/elements/tr-part_pkg_freq.html index 98b7da5a5..649f8a2d0 100644 --- a/httemplate/elements/tr-part_pkg_freq.html +++ b/httemplate/elements/tr-part_pkg_freq.html @@ -1,15 +1,10 @@ -<% include('tr-td-label.html', @_ ) %> - - - - - - - +<% include('tr-select.html', @_, + 'field' => 'freq', + 'options' => \@freq, + 'labels' => \%freq, + 'curr_value' => $curr_value, + ) +%> <%init> my %opt = @_;