https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42357
--- Comment #6 from Jan Kissig <[email protected]> --- Created attachment 200786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200786&action=edit Bug 42357: Show patron details on holds table This patch reintroduces patron details in 'Existing holds' table by using $patron_to_html. test plan: a) get a nice fresh ktd and navigate to /cgi-bin/koha/reserve/request.pl?biblionumber=262 b) place a hold for a patron f.e. 23529000035676 c) take a look at the Existing holds tables patron column which only shows the patrons card number. d) apply patch and run 'yarn js:build' e) refresh /cgi-bin/koha/reserve/request.pl?biblionumber=262 f) the patron column now should show patrons name g) set system preference HidePatronName to 'Don't show' h) go to /cgi-bin/koha/reserve/request.pl?biblionumber=262 f) the patron column now should only show the patrons card number. Signed-off-by: Lawrence O'Regan-Lloyd <[email protected]> -- 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/
