X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-part_pkg_freq.html;h=649f8a2d0d99703894b424dfffebd2a33b812441;hb=ded6a5654efd56d2f271970c992133600e0223b1;hp=98b7da5a512e34f7bc2e9b75d76545a48d18a578;hpb=311c04a5c63df131c6c5d74568c9e426f73955eb;p=freeside.git 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 = @_;