X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=37d66200e10a6290ef4f09b65b74c1f7f37833c3;hb=5f30c9efb1090b595cac3761051dd3f18318a575;hp=b6dcd54aaa2f7a9b0c44fc00c04276a65d47f204;hpb=3c05b1a31ac350fd2756d51c2f798e5bb9801f04;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b6dcd54aa..37d66200e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -966,6 +966,14 @@ httemplate/docs/config.html 'select_enum' => [ 'text/plain', 'text/html' ], }, + { + 'key' => 'payby-default', + 'section' => 'UI', + 'description' => 'Default payment type. HIDE disables display of billing information and sets customers to BILL.', + 'type' => 'select', + 'select_enum' => [ '', 'CARD', 'BILL', 'COMP', 'HIDE' ], + }, + ); 1;