[Koha-bugs] [Bug 33949] Replace GetAllIssues with Koha::Checkouts - opac

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 12 14:29:54 CEST 2023


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

--- Comment #11 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 156958
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156958&action=edit
Bug 33949: Fix display of old checkouts if no checkouts exist

If we pass an empty array from the perl controller, we retrieve an empty
string from the template, and the merge does not work.

This patch fixes the following bug:
Pick a patron without checkout history
Check them an item out and check it in
=> The table is empty, whereas it should display the item that has been
checked in.

Signed-off-by: David Nind <david at davidnind.com>
Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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


More information about the Koha-bugs mailing list