X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FElements%2FPickCriteria;h=735656bc2a89608c1b7050fbc66b814a907121df;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=f821da29249090671898f49ab7033b56367cafc5;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/share/html/Search/Elements/PickCriteria b/rt/share/html/Search/Elements/PickCriteria index f821da292..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-2013 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" );