Bug 18647: Resolve internal server error on category_type
commit87bb59304e53755d7b4565c517578a838e1f0041
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 23 May 2017 12:31:01 +0000 (23 14:31 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Sat, 20 May 2017 13:57:14 +0000 (20 13:57 +0000)
treeaf7b8ce809f940713c07b71a3449a1718231fd6b
parent1882805533a39df64e3380fbb50b591b1d5054a8
Bug 18647: Resolve internal server error on category_type

See bug 18552. When we resolved the housebound_role bug, the hash got
filled correctly again. And this revealed that the (second) call to
Koha::Patrons->find was not appropriate. It can be removed, as Jonathan
explained on the report.

Note: Commit 95429af6855e8ed37945b681dc466bf360deffb added this call, but
it was hidden until the template variable hash got fixed.

Test plan:
Restart Plack and go to patron details again.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
members/moremember.pl