[Koha-bugs] [Bug 12847] Date comparisons in C4::Members::IssueSlip are broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 15 17:01:22 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12847

--- Comment #24 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Even if we weren't able to figure it out yet, this:
2446         elsif ((substr $it->{'date_due'}, 0, 10) le $now) {                
2447             $it->{'overdue'} = 1;

... is wrong, if you think of hourly loans, I think? So we shouldn't keep that
alive.

I can see that we need the flag now for the Quick slip, but why do we need to
mangle with the overdue status here...?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list