From d856e90f730f72d173c2eedde4c81bba20c583b8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Mar 2021 20:35:41 -0700 Subject: manually enter a paypal payment, RT#85603 --- FS/FS/Conf.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index cbccffb94..73ec5bc6f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2672,7 +2672,7 @@ and customer address. Include units.', 'section' => 'payments', 'description' => 'Available payment types.', 'type' => 'selectmultiple', - 'select_enum' => [ qw(CARD DCRD CHEK DCHK) ], #BILL CASH WEST MCRD MCHK PPAL) ], + 'select_enum' => [ qw(CARD DCRD CHEK DCHK PPAL) ], #BILL CASH WEST MCRD MCHK PPAL) ], }, { @@ -4202,6 +4202,13 @@ and customer address. Include units.', 'select_enum' => [ '', 'ITSP_fsinc_hosted', ], }, + { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + { 'key' => 'dashboard-toplist', 'section' => 'UI', -- cgit v1.2.1