[freeside-commits] branch FREESIDE_4_BRANCH updated. 5dcace5a4d40dedfb771c7f53e4db443062cdac2

Ivan ivan at 420.am
Tue Mar 1 10:10:59 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  5dcace5a4d40dedfb771c7f53e4db443062cdac2 (commit)
      from  fd29306637dc13cbb086a7c68994b77d9d18cd10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5dcace5a4d40dedfb771c7f53e4db443062cdac2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 1 10:10:58 2016 -0800

    fix description for appointment configs, RT#34237

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9b05411..689c68a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3169,7 +3169,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 {
@@ -3197,7 +3197,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',
   },
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list