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