fix one-time charge quantities &
[freeside.git] / FS / FS / part_export.pm
index dce2d2a..983e0b0 100644 (file)
@@ -10,6 +10,9 @@ use FS::part_svc;
 use FS::part_export_option;
 use FS::export_svc;
 
+#for export modules, though they should probably just use it themselves
+use FS::queue;
+
 @ISA = qw( FS::option_Common );
 @EXPORT_OK = qw(export_info);
 
@@ -356,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