https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35366
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159245|0 |1 is obsolete| | --- Comment #3 from Victor Grousset/tuxayo <[email protected]> --- Created attachment 159257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159257&action=edit Bug 35366: (bug 33948 follow-up) Fix display of old checkouts if no checkouts exist Same patch as commit bee2b3d33ed6030b5a63d22148b9955a9897e51d Bug 33949: Fix display of old checkouts if no checkouts exist But for the staff interface. """ 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 <[email protected]> Signed-off-by: Victor Grousset/tuxayo <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
