X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FPickCriteria;h=735656bc2a89608c1b7050fbc66b814a907121df;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=74547c7da4e321babceacadfffa0c887b6d7a94d;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/share/html/Search/Elements/PickCriteria b/rt/share/html/Search/Elements/PickCriteria index 74547c7da..735656bc2 100644 --- a/rt/share/html/Search/Elements/PickCriteria +++ b/rt/share/html/Search/Elements/PickCriteria @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -50,10 +50,13 @@ - +% $m->callback( %ARGS, CallbackName => "BeforeBasics" ); <& PickBasics &> <& PickCustomerFields &> -<& PickCFs, queues => \%queues &> +<& PickTicketCFs, queues => \%queues &> +<& PickObjectCFs, Class => 'Transaction', queues => \%queues &> +<& PickObjectCFs, Class => 'Queue', queues => \%queues &> +% $m->callback( %ARGS, CallbackName => "AfterCFs" );