]> git.koha-community.org Git - koha.git/commit
Bug 12971 - Regression: Patron print summary doesn't show checkouts
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 17 Nov 2014 17:31:05 +0000 (12:31 -0500)
committerMason James <mtj@kohaaloha.com>
Mon, 19 Jan 2015 14:17:36 +0000 (03:17 +1300)
commitf51362eedf46ca7384474b9330fd09020f17a77a
tree735a80ed1031d01b8a98bf606dee4db8a46ff630
parentf0999f40bf78fe1a37673ec389ea0b1c08e97805
Bug 12971 - Regression: Patron print summary doesn't show checkouts

A patron's print summary should contain a list of checked out items
as it did in 3.16.2 and earlier.

Please note, as of 3.16.2 reserves were no longer part of the print
summary and thus are not part of this bug fixing patch.

Test Plan:
1) Find a patron with checked out items
2) Choose Print -> Print summary
3) Note the lack of a list of checkouts
4) Apply this patch
5) Reload the page
5) Print the summary again
6) Note the list of checkouts

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Works as described, apart from the missing status information
that Owen already noted on the bug.
Passes tests and QA script.
Signed-off-by: Mason James <mtj@kohaaloha.com>
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
members/summary-print.pl [new file with mode: 0755]