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>
Thu, 22 Jan 2015 17:51:38 +0000 (06:51 +1300)
commit2926168aaa44a79efd738221ee4bc942728eae38
tree226b83704ba6089c9385f1f7f979f73562f43cb4
parente94c8136b8b7196db8e49207fcdd5c6093a210c7
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]