Bug 5917 : Fix for moremembers page
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 4 Apr 2011 02:11:32 +0000 (14:11 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 4 Apr 2011 02:15:27 +0000 (14:15 +1200)
members/moremember.pl

index 9dcfa3a..a22593d 100755 (executable)
@@ -427,7 +427,7 @@ $template->param( picture => 1 ) if $picture;
 
 my $branch=C4::Context->userenv->{'branch'};
 
-$template->param($data);
+$template->param(%$data);
 
 if (C4::Context->preference('ExtendedPatronAttributes')) {
     $template->param(ExtendedPatronAttributes => 1);