X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUI%2FWeb.pm;h=e4a9ac1b83afec7ab6e7202497832fc922e24004;hp=6a97f96dd8178a8b60d7002dcac7ee5be83da8f3;hb=99037cf94d9d6b5d7c1e512a6dca842706851710;hpb=523a6ea6ecb07ed1b953c05ce36ef7b33293cf18 diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 6a97f96dd..e4a9ac1b8 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -149,6 +149,14 @@ sub svc_X_link { "$ahref$x"; } +sub svc_export_links { + my ($m, $part_svc, $cust_svc) = @_ or return ''; + + my $ahref = $cust_svc->export_links; + + join('', @$ahref); +} + sub parse_lt_gt { my($cgi, $field) = @_;