X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_broadband.pm;h=d05ae72d08748afc82ed9eb57052f82605140e47;hb=02d73ef84103d6bdaf49e6a179a0ad46f9719d25;hp=d089f4105b0a47d936ca2b13a3ca3efeeb9858f3;hpb=8f377efa3643b02c7ab25c989903813591888a1a;p=freeside.git diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index d089f4105..d05ae72d0 100755 --- a/FS/FS/svc_broadband.pm +++ b/FS/FS/svc_broadband.pm @@ -97,7 +97,7 @@ points to. You can ask the object for a copy with the I method. sub table_info { my $conf = new FS::Conf; - my $ip_addr_required = $conf->exists('svc_broadband-allow_null_ip_addr'); + my $ip_addr_required = $conf->exists('svc_broadband-allow_null_ip_addr') ? '' : '1'; { 'name' => 'Wireless broadband', 'name_plural' => 'Wireless broadband services',