summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-07-18 15:44:29 -0700
committerIvan Kohler <ivan@freeside.biz>2018-07-18 15:44:29 -0700
commit9e3602f4523ff3f190bff5283ebecd913d6940ca (patch)
treee804e4e4e8e58ee8c0b7132bccba569c20884a86 /httemplate/misc
parenta7aed7a065ccf2206da434328123fae48e692229 (diff)
fix phantom customer links
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/timeworked.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html
index 4d5c3efbd..3ae0ac871 100755
--- a/httemplate/misc/timeworked.html
+++ b/httemplate/misc/timeworked.html
@@ -117,7 +117,7 @@ foreach my $id ( map { /^transactionid(\d+)$/; $1; }
grep { $_->Resolver->{'fstable'} eq 'cust_main' }
grep { $_->Scheme eq 'freeside' }
map { $_->TargetURI }
- grep { $_->BaseURI->Scheme eq 'fsck_com_rt'
+ grep { $_->BaseURI->Scheme eq 'fsck.com-rt'
&& $_->BaseURI->ObjectType eq 'ticket'
}
@{ $ticket->_Links('Base')->ItemsArrayRef }