From 2a9d2be1ada8b1cffc4e88c2618a8c59fe589b29 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 1 Mar 2016 10:10:59 -0800 Subject: [PATCH] fix description for appointment configs, RT#34237 --- FS/FS/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 41d6db691..37360741e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3364,7 +3364,7 @@ and customer address. Include units.', { 'key' => 'ticket_system-appointment-queueid', 'section' => 'ticketing', - 'description' => 'Custom field from the ticketing system to use as an appointment classification.', + 'description' => 'Ticketing queue to use for appointments.', #false laziness w/above 'type' => 'select-sub', 'options_sub' => sub { @@ -3392,7 +3392,7 @@ and customer address. Include units.', { 'key' => 'ticket_system-appointment-custom_field', 'section' => 'ticketing', - 'description' => 'Custom field from the ticketing system to use as an appointment classification.', + 'description' => 'Ticketing custom field to use as an appointment classification.', 'type' => 'text', }, -- 2.11.0