summaryrefslogtreecommitdiff
path: root/rt/share/html/Search/Elements/PickCustomerFields
blob: 96d8e47e7fb00f23bab98a756884bcea96bf89eb (plain)
1
2
3
4
5
6
7
8
% if ( $RT::URI::freeside::IntegrationType eq 'Internal' ) {
%     my @lines;
%     push @lines, $m->comp('/Elements/CustomerFields', 'Criteria');
%     push @lines, $m->comp('/Elements/ServiceFields',  'Criteria');
%     foreach( @lines ) {
<& ConditionRow, Condition => $_ &>
%     }
% }