summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorjeff <jeff>2008-03-12 16:24:34 +0000
committerjeff <jeff>2008-03-12 16:24:34 +0000
commit99037cf94d9d6b5d7c1e512a6dca842706851710 (patch)
tree71414d57ee5f6a9e9a82116b370665dfaf077a63 /FS/FS/part_export.pm
parent523a6ea6ecb07ed1b953c05ce36ef7b33293cf18 (diff)
allow exports to add links to customer view (#1407)
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 6adcab9..983e0b0 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