15 Apr
2015
15 Apr
'15
5:01 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12847 --- Comment #24 from Katrin Fischer <katrin.fischer@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.