X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fc9708b05c9238fbef7ff68d6014940b839cd56b;hb=d9596a71ff6b9b78b0423662df1b69e604e45413;hp=ad566731cbd6961048a09e64bf9068038dfc0ba8;hpb=96c3f2f68af47a3ac9dca07c51b7b4d5a0930671;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ad566731c..fc9708b05 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',