svc_acct-notes displays static HTML on account view (closes: Bug#465)
[freeside.git] / FS / FS / Conf.pm
index 1c4ad04..3fdaf21 100644 (file)
@@ -960,6 +960,12 @@ 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',
+  },
 
 );