https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29116
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |jonathan.druart+koha@gmail. | |com --- Comment #5 from Jonathan Druart <[email protected]> --- Same file: 266 my $expiry_date = $enrollment->patron->dateexpiry; 267 $member->{expiry} = 0; # flag set if patron account has expired 268 if ($expiry_date and 269 Date_to_Days(split /-/,$date) > Date_to_Days(split /-/,$expiry_date)) { 270 $member->{expiry} = 1; 271 } Can we fix that one as well please? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
