View | Details | Raw Unified | Return to bug 22069
Collapse All | Expand All

(-)a/tools/viewlog.pl (-2 / +3 lines)
Lines 126-132 if ($do_it) { Link Here
126
            '<=' => $dtf->format_datetime( $dateto_endday )
126
            '<=' => $dtf->format_datetime( $dateto_endday )
127
        };
127
        };
128
    }
128
    }
129
    if ( grep { $_ eq 'CIRCULATION'} @modules && grep { $_ eq 'RENEW'} @actions ) { push @actions, 'RENEWAL' };
129
    if ( (grep { $_ eq 'CIRCULATION'} @modules) && (grep { $_ eq 'RENEW'} @actions) ) { push @actions, 'RENEWAL' };
130
131
    if ( (grep { $_ eq 'MEMBERS'} @modules) && (grep { $_ eq 'RENEW'} @actions) ) { push @actions    , 'RENEW' };
130
132
131
    $search_params{user} = $user if $user;
133
    $search_params{user} = $user if $user;
132
    $search_params{module} = { -in => [ @modules ] } if ( defined $modules[0] and $modules[0] ne '' ) ;
134
    $search_params{module} = { -in => [ @modules ] } if ( defined $modules[0] and $modules[0] ne '' ) ;
133
- 

Return to bug 22069