https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748
--- Comment #21 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
