From 5c7813f35e16943b2fa35fbeecd0825c3342dce6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 3 Jun 2015 22:32:53 -0700 Subject: default appointment length, RT#33556 --- 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 8cd8e272e..78baa2fdf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5947,6 +5947,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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1