X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Fexport_template.pm;h=22eb36a420b54961d14ee463fd934cf0c152873c;hp=2830ce33711fdbd35f68734f7ff1921f0464dae2;hb=88e9a56677d343392416c262f976f069157b06cb;hpb=51ece2a921eda1257f424fe69d8ce9780b9ba13f 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