summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-07-18 16:17:05 -0700
committerIvan Kohler <ivan@freeside.biz>2018-07-18 16:17:05 -0700
commit4042cd7283400474a4980620041c823701e64632 (patch)
treea3aabd9469b9ee56fd885b4efcc1e89c65541dd9 /httemplate/misc
parentb89c86b7b86ccffb9936701372210cb1240397a7 (diff)
fix phantom customer links
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/timeworked.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html
index 3ae0ac8..24a0f5d 100755
--- a/httemplate/misc/timeworked.html
+++ b/httemplate/misc/timeworked.html
@@ -117,8 +117,8 @@ 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'
- && $_->BaseURI->ObjectType eq 'ticket'
+ grep { $_->BaseURI->Scheme eq 'fsck.com-rt'
+ && $_->BaseURI->Resolver->ObjectType eq 'ticket'
}
@{ $ticket->_Links('Base')->ItemsArrayRef }
];