[Bug 12224] Allow easy printing of patron check-in slip
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224 --- Comment #52 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org