summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-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 37d66200e..c0860404f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -974,6 +974,13 @@ httemplate/docs/config.html
'select_enum' => [ '', 'CARD', 'BILL', 'COMP', 'HIDE' ],
},
+ {
+ 'key' => 'svc_acct-notes',
+ 'section' => 'UI',
+ 'description' => 'Extra HTML to be displayed on the Account View screen.',
+ 'type' => 'textarea',
+ },
+
);
1;