From: Ivan Kohler Date: Wed, 2 May 2012 22:45:50 +0000 (-0700) Subject: fix wireless broadband ACL on upgrade, RT#17056 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=38e073b041ca806372226c0fface8142857e0415;p=freeside.git fix wireless broadband ACL on upgrade, RT#17056 --- diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 307493264..cc960dd99 100755 --- a/FS/FS/svc_broadband.pm +++ b/FS/FS/svc_broadband.pm @@ -91,9 +91,9 @@ points to. You can ask the object for a copy with the I 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',