X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=16aad6dcd655dfb5e5c4e57e75bfcf20cd4e6365;hb=1bfbab83c338f6a11ae26c4d197ad775c568ebde;hp=6adcab94da7af2b72aaa916cf2d393cc2e455ed6;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 6adcab94d..16aad6dcd 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -359,6 +359,14 @@ sub _export_unsuspend { $self->_export_replace( $svc_x, $old ); } +=item export_links SVC_OBJECT ARRAYREF + +Adds a list of web elements to ARRAYREF specific to this export and SVC_OBJECT. +The elements are displayed in the UI to lead the the operator to external +configuration, monitoring, and similar tools. + +=cut + =back =head1 SUBROUTINES @@ -403,6 +411,7 @@ sub export_info { # ''; #} +#false laziness w/part_pkg & cdr foreach my $INC ( @INC ) { foreach my $file ( glob("$INC/FS/part_export/*.pm") ) { warn "attempting to load export info from $file\n" if $DEBUG;