From 419a97b632ab956ca10ea46eee69d3e35581c149 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 8 Oct 2002 08:33:25 +0000 Subject: svc_acct-notes displays static HTML on account view (closes: Bug#465) --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') 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; -- cgit v1.2.1