[freeside-commits] branch master updated. 39b42d9399721e2ef9b327d1c4e09d8231188603

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


The branch, master has been updated
       via  39b42d9399721e2ef9b327d1c4e09d8231188603 (commit)
      from  305196a8632844f0224ed58b59aae51e4c6a80cc (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 39b42d9399721e2ef9b327d1c4e09d8231188603
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 15 04:53:36 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