From e4a3eb292893c0efc15d2ee591fa2a05c31dbeff Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 7 Jan 2015 22:37:09 -0800 Subject: default to commercial new cusotomer, RT#22560 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 79b74c450..bb9046af2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5831,6 +5831,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cust_main-default_commercial', + 'section' => 'UI', + 'description' => 'Default for new customers is commercial rather than residential.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1