fix wireless broadband ACL on upgrade, RT#17056
authorIvan Kohler <ivan@freeside.biz>
Wed, 2 May 2012 22:45:50 +0000 (15:45 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 2 May 2012 22:45:50 +0000 (15:45 -0700)
FS/FS/svc_broadband.pm

index 3074932..cc960dd 100755 (executable)
@@ -91,9 +91,9 @@ points to.  You can ask the object for a copy with the I<hash> method.
 
 sub table_info {
   {
-    'name' => 'Broadband',
-    'name_plural' => 'Broadband services',
-    'longname_plural' => 'Fixed (username-less) broadband services',
+    'name' => 'Wireless broadband',
+    'name_plural' => 'Wireless broadband services',
+    'longname_plural' => 'Fixed wireless broadband services',
     'display_weight' => 50,
     'cancel_weight'  => 70,
     'ip_field' => 'ip_addr',