X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_export.cgi;h=bbb723dbfac79428a886871fe6dfa174ba32d170;hp=1f835d729586c5996cc109b34cfc94b59c3db634;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hpb=e3503e19a5a6c876f410903a3946dd9f1597aa46 diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 1f835d729..bbb723dbf 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -38,6 +38,11 @@ function part_export_areyousure(href) { <% $part_export->label_html %> (edit | delete) +% if ( $part_export->no_suspend ) { +

+ This export will not suspend services. +

+% } % if ( my @actions = $part_export->actions ) {

Management: @@ -66,7 +71,7 @@ function part_export_areyousure(href) { % if ( $group ) { % my @values = split("\n", $opt{$optname}); % $multiples{$group} ||= []; -% push @{ $multiples{$group} }, [ $optname, @values ] if @values; +% push @{ $multiples{$group} }, [ $def->{label} || $optname, @values ] if @values; % delete $opt{$optname}; % } elsif (length($opt{$optname})) { # the normal case % my $value = $opt{$optname};