[freeside-commits] branch FREESIDE_4_BRANCH updated. a6ab9ec156b0400597aa4426ffee2d84dc47b633

Ivan ivan at 420.am
Tue Dec 15 04:53:38 PST 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  a6ab9ec156b0400597aa4426ffee2d84dc47b633 (commit)
      from  da6015e530665b6300e76a185c31ee9ba53e5f42 (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 a6ab9ec156b0400597aa4426ffee2d84dc47b633
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 15 04:53:38 2015 -0800

    fix viewing services, RT#39468, inadvertant fallout from #39384

diff --git a/httemplate/view/elements/svc_radius_usage.html b/httemplate/view/elements/svc_radius_usage.html
index 5619852..af01537 100644
--- a/httemplate/view/elements/svc_radius_usage.html
+++ b/httemplate/view/elements/svc_radius_usage.html
@@ -27,8 +27,8 @@
 %  ) / 1073741824;
 %
 %  my $last_mac = $svc->attribute_last_sqlradacct( 'CallingStationId' );
-%  if (    $last_mac =~ /^\s*(([\dA-F]{2}[\-:]){5}[\dA-F]{2})/i
-%       && my $vendor = Net::MAC::Vendor::lookup($1)
+%  if (     $last_mac =~ /^\s*(([\dA-F]{2}[\-:]){5}[\dA-F]{2})/i
+%       and my $vendor = Net::MAC::Vendor::lookup($1)
 %     )
 %  {
 %    $last_mac .= ' ('. $vendor->[0]. ')';

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

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




More information about the freeside-commits mailing list