summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_svc_column.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-28 20:19:49 -0700
committerMark Wells <mark@freeside.biz>2016-04-28 20:19:49 -0700
commit2eb1e959493a77e061243df03a474edf4eb24db9 (patch)
tree256221e4f69f07c85189ac52f5401db94a6e50ad /httemplate/edit/elements/part_svc_column.html
parentea734eb2f16a632a9c79bf17b6954f8571d85f3f (diff)
more convenient selection of domain in svc_acct definition, #40962
Diffstat (limited to 'httemplate/edit/elements/part_svc_column.html')
-rw-r--r--httemplate/edit/elements/part_svc_column.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index bc679e577..4e112c078 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -132,7 +132,10 @@ my %communigate_fields = (
% } elsif ( $def->{'type'} eq 'select' ) {
%
% if ( $def->{'select_table'} ) {
- <& /elements/select-table.html,
+% # set the 'select_svc' flag to enable two-step selection of services
+% my $comp = '/elements/select-table.html';
+% $comp = '/elements/select-svc.html' if $def->{'select_svc'};
+ <& $comp,
'field' => $name,
'id' => $name.'_select',
'table' => $def->{'select_table'},