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/?a=commitdiff_plain;h=65e5b66372bd793286cbb165a639aded3fbea5ae;p=freeside.git 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,