[freeside-commits] branch master updated. ea749c5e875371d98bdcf173e19a2d57fa46481e

Ivan Kohler ivan at freeside.biz
Wed Jul 18 16:17:02 PDT 2018


The branch, master has been updated
       via  ea749c5e875371d98bdcf173e19a2d57fa46481e (commit)
      from  9e3602f4523ff3f190bff5283ebecd913d6940ca (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 ea749c5e875371d98bdcf173e19a2d57fa46481e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 18 16:17:01 2018 -0700

    fix phantom customer links

diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html
index 3ae0ac871..24a0f5d40 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 } 
       ];

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/timeworked.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list