diff options
author | ivan <ivan> | 2002-10-08 08:33:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-08 08:33:25 +0000 |
commit | 419a97b632ab956ca10ea46eee69d3e35581c149 (patch) | |
tree | eccf7e3d86b63f407a643241089bc20a3377ea3d /FS | |
parent | 5f30c9efb1090b595cac3761051dd3f18318a575 (diff) |
svc_acct-notes displays static HTML on account view (closes: Bug#465)
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
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; |