From 99037cf94d9d6b5d7c1e512a6dca842706851710 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 12 Mar 2008 16:24:34 +0000 Subject: allow exports to add links to customer view (#1407) --- eg/export_template.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'eg') diff --git a/eg/export_template.pm b/eg/export_template.pm index 2830ce337..22eb36a42 100644 --- a/eg/export_template.pm +++ b/eg/export_template.pm @@ -56,7 +56,7 @@ sub _export_delete { ref($err_or_queue) ? '' : $err_or_queue; } -#these two are optional +#these three are optional # fallback for svc_acct will change and restore password sub _export_suspend { my( $self, $svc_something ) = (shift, shift); @@ -72,6 +72,13 @@ sub _export_unsuspend { ref($err_or_queue) ? '' : $err_or_queue; } +sub export_links { + my($self, $svc_something, $arrayref) = (shift, shift, shift); + #push @$arrayref, qq!!. $svc_something->username. qq!!; + ''; +} + ### #a good idea to queue anything that could fail or take any time -- cgit v1.2.1