[freeside-commits] branch FREESIDE_3_BRANCH updated. 145c780dead46283f7c9664766a7000f6fcaf3b9
Ivan
ivan at 420.am
Tue Dec 15 04:53:39 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 145c780dead46283f7c9664766a7000f6fcaf3b9 (commit)
from 6f1a71826d05033213bda352f8c6753094093f56 (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 145c780dead46283f7c9664766a7000f6fcaf3b9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 15 04:53:39 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 5a958ee..bea57cd 100644
--- a/httemplate/view/elements/svc_radius_usage.html
+++ b/httemplate/view/elements/svc_radius_usage.html
@@ -27,8 +27,8 @@
% ) / 1048576;
%
% 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