[freeside-commits] branch FREESIDE_4_BRANCH updated. b89c86b7b86ccffb9936701372210cb1240397a7
Ivan Kohler
ivan at freeside.biz
Wed Jul 18 15:44:33 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via b89c86b7b86ccffb9936701372210cb1240397a7 (commit)
from b98d00cb2a8c49b3aa4836fde7d3dd485a567efd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b89c86b7b86ccffb9936701372210cb1240397a7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 18 15:44:32 2018 -0700
fix phantom customer links
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 }
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/timeworked.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list