From: ivan Date: Sat, 11 Aug 2001 04:55:03 +0000 (+0000) Subject: don't have any other choices in svcdb dropdown for existing services, X-Git-Tag: merged-freeside_vpopmail_support~14 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=30d1e222f793498b0704de73b9d66edf3e1a6fb9 don't have any other choices in svcdb dropdown for existing services, since you can't change it anyway --- diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index cc0ee6fd0..6617d25ed 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -1,4 +1,4 @@ - + <% my $part_svc; if ( $cgi->param('error') ) { #error @@ -86,8 +86,11 @@ function changed(what) { <% } %> } +<% my @dbs = $hashref->{svcdb} + ? ( $hashref->{svcdb} ) + : qw( svc_acct svc_domain svc_acct_sm svc_www ); %> Table