From: Jonathan Prykop Date: Mon, 15 Aug 2016 00:11:32 +0000 (-0500) Subject: RT#38973: Bill for time worked on ticket resolution [validate queueids] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4788efcd9bcac700f6c94d1c83add70fc9a0c3ea RT#38973: Bill for time worked on ticket resolution [validate queueids] --- diff --git a/FS/FS/part_pkg/rt_field.pm b/FS/FS/part_pkg/rt_field.pm index 657a8d72c..293bfa761 100644 --- a/FS/FS/part_pkg/rt_field.pm +++ b/FS/FS/part_pkg/rt_field.pm @@ -38,6 +38,7 @@ our %info = ( 'queueids' => { 'name' => 'Queues', 'type' => 'select-rt-queue', %multiple, + 'validate' => sub { return ${$_[1]} ? '' : 'Queue must be specified' }, }, 'unit_field' => { 'name' => 'Units field', %custom_field,