[Koha-bugs] [Bug 12224] Allow easy printing of patron check-in slip

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 24 13:25:25 CET 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116486|0                           |1
        is obsolete|                            |

--- Comment #63 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 117246
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117246&action=edit
Bug 12224: (follow-up) Move button to patron column in checkins table

This patch moves the "Print checkin slip" out of its own column and into
the colum containing patron information. I think this makes more sense
because the slip is specific to a patron, not the individual item which
has been checked in.

Also changed: printcheckinslip function should be triggered via a class,
not a non-unique ID. The function should handle the click using
"preventDefault" rather than "return false."

To test, apply the patch and check in some items checked out to various
patrons.

- In the table of checked-in items, confirm that the "Print checkin
  slip" appears correctly in the column of patron information.
- Confirm that the button works correctly to print the correct slip for
  the associated patron.

Signed-off-by: David Nind <david at davidnind.com>
Signed-off-by: Alexandra Speer <alexandra.speer at bsz-bw.de>
Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
Signed-off-by: Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de>
Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list