summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-05-13 16:21:27 -0700
committerIvan Kohler <ivan@freeside.biz>2012-05-13 16:21:27 -0700
commitb31455ec31222bd0e882b76895baa794d80acb17 (patch)
treea0730fa7db3421f2ea8d14d839ec65868d0dc7a1 /FS/FS/Conf.pm
parent4cc0b69a94138d85b1ff8b67966127af3c72288d (diff)
add cust_main-custom_content config item for Globelink's custom customer view, RT#17579
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a1fda68..da8717e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4784,6 +4784,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'cust_main-custom_content',
+ 'section' => 'UI',
+ 'description' => 'As an alternative to cust_main-custom_link (leave it blank), the contant to display on this customer page, one item per line. Available iems are: small_custview, birthdate, spouse_birthdate, svc_acct, svc_phone and svc_external.',
+ 'type' => 'textarea',
+ },
+
+ {
'key' => 'cust_main-custom_title',
'section' => 'UI',
'description' => 'Title for the "Custom" tab in the View Customer page.',