diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-18 13:54:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-18 13:54:24 -0700 |
commit | 04f99991071acf5c390ea4d52db37798543ff9d8 (patch) | |
tree | b7fbdf289703530e98783da942d22184b2571d4a /FS | |
parent | 66631c3f1b7c9c2a532f04eded5a472fcf780a00 (diff) |
add mac_addr to svc_broadband-manage_link, RT#21997
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4842f679e..fbac0116d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4835,7 +4835,7 @@ and customer address. Include units.', { 'key' => 'svc_broadband-manage_link', 'section' => 'UI', - 'description' => 'URL for svc_broadband "Manage Device" link. The following substitutions are available: $ip_addr.', + 'description' => 'URL for svc_broadband "Manage Device" link. The following substitutions are available: $ip_addr and $mac_addr.', 'type' => 'text', }, |