https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42997 --- Comment #23 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Comment on attachment 202496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202496 Bug 42997: (QA follow-up) Keep on-site checkouts due at the end of the day Review of attachment 202496: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=42997&attachment=202496) ----------------------------------------------------------------- ::: circ/circulation.pl @@ +590,3 @@
if ( my $booked = $needsconfirmation->{BOOKED_EARLY} // $alerts->{BOOKED} ) { + $datedue = $booked->end_date + unless ( ( $duedatespec_allow && $duedatespec ) || $onsite_checkout );
This is fun... 'BOOKED_EARLY' only appears when checking out to a particular user but BOOKED will appear regardless.. so easily missed, nice catch! -- You are receiving this mail because: You are watching all bug changes.