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

(-)a/members/member.pl (-2 / +1 lines)
Lines 108-114 if ($member || keys %$patron) { Link Here
108
    my @searchfields = $searchfields ? split( ',', $searchfields ) : ( "firstname", "surname", "othernames", "cardnumber", "userid", "email" );
108
    my @searchfields = $searchfields ? split( ',', $searchfields ) : ( "firstname", "surname", "othernames", "cardnumber", "userid", "email" );
109
109
110
    if ( $searchfields eq "dateofbirth" ) {
110
    if ( $searchfields eq "dateofbirth" ) {
111
        $member = output_pref(dt_from_string($member), 'iso', 1);
111
        $member = output_pref(dt_from_string($member), 'iso', undef, 1);
112
    }
112
    }
113
113
114
    my $search_scope = ( $quicksearch ? "field_start_with" : "start_with" );
114
    my $search_scope = ( $quicksearch ? "field_start_with" : "start_with" );
115
- 

Return to bug 8845