diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-03 22:32:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-03 22:32:55 -0700 |
commit | be50cb8c900bfc20c873996a9ab6c48009de0204 (patch) | |
tree | b5edc48167683d542e16ec9de91d0b2ed47e1290 /FS | |
parent | cca0cc20700b15a95b2c61e527b3a128c6efb32e (diff) |
default appointment length, RT#33556
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 38ccb6eaa..6a4d19b1d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5964,6 +5964,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'default_appointment_length', + 'section' => 'UI', + 'description' => 'Default appointment length, in minutes (30 minute granularity).', + 'type' => 'text', + }, + { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, |