[freeside-commits] branch FREESIDE_4_BRANCH updated. 4042cd7283400474a4980620041c823701e64632

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


The branch, FREESIDE_4_BRANCH has been updated
       via  4042cd7283400474a4980620041c823701e64632 (commit)
      from  b89c86b7b86ccffb9936701372210cb1240397a7 (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 4042cd7283400474a4980620041c823701e64632
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jul 18 16:17:05 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