projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6015e
)
fix viewing services, RT#39468, inadvertant fallout from #39384
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 15 Dec 2015 12:53:38 +0000
(
04:53
-0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 15 Dec 2015 12:53:38 +0000
(
04:53
-0800)
httemplate/view/elements/svc_radius_usage.html
patch
|
blob
|
history
diff --git
a/httemplate/view/elements/svc_radius_usage.html
b/httemplate/view/elements/svc_radius_usage.html
index
5619852
..
af01537
100644
(file)
--- 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]. ')';