From d9596a71ff6b9b78b0423662df1b69e604e45413 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Mar 2021 20:35:44 -0700 Subject: manually enter a paypal payment, RT#85603 --- FS/FS/Conf.pm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'FS/FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ad56673..fc9708b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2689,7 +2689,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) ], }, { @@ -4217,6 +4217,20 @@ and customer address. Include units.', }, { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + + { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + + { 'key' => 'dashboard-toplist', 'section' => 'UI', 'description' => 'List of items to display on the top of the front page', -- cgit v1.1