rt 4.2.13 ticket#13852
[freeside.git] / rt / share / html / Search / Elements / PickCustomerFields
1 % if ( $RT::URI::freeside::IntegrationType eq 'Internal' ) {
2 %     my @lines;
3 %     push @lines, $m->comp('/Elements/CustomerFields', 'Criteria');
4 %     push @lines, $m->comp('/Elements/ServiceFields',  'Criteria');
5 %     foreach( @lines ) {
6 <& ConditionRow, Condition => $_ &>
7 %     }
8 % }