[Koha-bugs] [Bug 35873] Count of returned items to CHECKIN message

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 23 23:39:55 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35873

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I believe the CHECKIN notice works like the CHECKOUT notice, meaning that we
start a new notice for the patron when the first item is returned. Then we
amend the notice and insert another entry. And we keep doing that with every
new return until the process_messagequeue job is run and the notice is sent
out. Then we start a new one if there is a another return.

This means that we don't loop over a result set at the time the notice is
generated and can't count the entries like we do in other spots where .count
works, because we have a quite different mechanic.

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


More information about the Koha-bugs mailing list