summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-18 13:54:26 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-18 13:54:26 -0700
commitec265ee1a8291de05de6eb22b81cc575bcf36676 (patch)
tree8fa3fc31ae33acfff15f148e26da68413e6dd9f2 /FS
parentb94adce8c4acf90c01c25812a5842d4a7ca07c7d (diff)
add mac_addr to svc_broadband-manage_link, RT#21997
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 3c47260df..88da6f767 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4734,7 +4734,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',
},