summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-10-08 08:33:25 +0000
committerivan <ivan>2002-10-08 08:33:25 +0000
commit419a97b632ab956ca10ea46eee69d3e35581c149 (patch)
treeeccf7e3d86b63f407a643241089bc20a3377ea3d /FS
parent5f30c9efb1090b595cac3761051dd3f18318a575 (diff)
svc_acct-notes displays static HTML on account view (closes: Bug#465)
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;