9 Mar
2026
9 Mar
'26
11:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748 --- Comment #21 from David Cook <dcook@prosentient.com.au> --- On /cgi-bin/koha/members/moremember.pl?borrowernumber=1 it's in Koha::Patron::is_expired at /kohadevbox/koha/Koha/Patron.pm line 914 return 1 if dt_from_string( $self->dateexpiry ) < dt_from_string->truncate( to => 'day' ); in (eval) at /kohadevbox/koha/members/moremember.pl line 207 if ( $patron->is_expired || $patron->is_going_to_expire ) { -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.