diff options
author | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 20:35:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-03-30 20:35:41 -0700 |
commit | d856e90f730f72d173c2eedde4c81bba20c583b8 (patch) | |
tree | 4fbfc02f2dae8139b6b555fb7f241ececa34e0c6 /FS | |
parent | 5bf0ab2d129310be344a9654c14796c7424138a8 (diff) |
manually enter a paypal payment, RT#85603
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 9 |
1 files changed, 8 insertions, 1 deletions
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) ], }, { @@ -4203,6 +4203,13 @@ 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-toplist', 'section' => 'UI', 'description' => 'List of items to display on the top of the front page', |