https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224
--- Comment #52 from Emmi Takkinen <[email protected]> --- (In reply to Aleisha Amohia from comment #51) > (In reply to Emmi Takkinen from comment #50) > > Followed test plan(s), "Print checkin slip" buttons work and new window is > > opened for printing. However list of checked in items isn't printed. > > Hi Emmi, the list of checked in items does print for me, can you please let > me know what steps you're taking? Tested again, first three patches work fine. After applying "Bug 12224: (follow-up) Switching to TT notice" and repeating test plan from first patch, just this is printed: Library Checked in items for Patron(123) 12/16/2020 14:20 Checked in today Did some checking and it seems problem comes from this: my %loops = ( old_issues => [ map { $_->issue_id } @todays_checkins ], ); This ends up to _get_tt_params where old_issues uses fk => itemnumber to search and fill TT params not issue_id which it receives. -- 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/
