X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main%2Ffirst_pkg.html;h=6845b2c90444ed53cf8913b5a4937cebb5d19011;hp=7c131eadcb9f962e455c9aee4859d411aae4db86;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hpb=5f3c29a2151a7054c6dd492bedcc1891e24d7620 diff --git a/httemplate/edit/cust_main/first_pkg.html b/httemplate/edit/cust_main/first_pkg.html index 7c131eadc..6845b2c90 100644 --- a/httemplate/edit/cust_main/first_pkg.html +++ b/httemplate/edit/cust_main/first_pkg.html @@ -6,18 +6,17 @@ % % if ( @part_pkg ) { -

- First package - <% ntable("#cccccc") %> +
+ <% mt('First package') |h %> +
- <% include('first_pkg/select-part_pkg.html', - 'part_pkg' => \@part_pkg, + <& first_pkg/select-part_pkg.html, + 'part_pkg' => \@part_pkg, + 'first_svc' => \@first_svc, %opt, - # map { $_ => $opt{$_} } qw( pkgpart_svcpart saved_domsvc ) - ) - %> + &> % } <%init> @@ -69,7 +68,7 @@ if ( $cgi->param('lock_pkgpart') =~ /^([\d, ]+)$/ ) { } -my @first_svc = ( 'svc_acct', 'svc_phone' ); +my @first_svc = ( 'svc_acct', 'svc_phone', 'svc_dsl' ); @part_pkg = grep { $_->svcpart(\@first_svc)