summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-10-08 04:46:42 +0000
committerivan <ivan>2002-10-08 04:46:42 +0000
commit5f30c9efb1090b595cac3761051dd3f18318a575 (patch)
tree52291d00d24e57ae941d5d346c48cd2072099b1f /FS
parent3c05b1a31ac350fd2756d51c2f798e5bb9801f04 (diff)
payby-default config option, with special "HIDE" option to disable billing
information in the web interface (closes: Bug#468)
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
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;