Remove hardcoded "Freelist" line from Auth.
Apparently a leftover debugging snippet. Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
cf56684c68
commit
07d1eae7cc
1 changed files with 0 additions and 1 deletions
|
@ -347,7 +347,6 @@ sub get_template_and_user {
|
|||
virtualshelves => "" . C4::Context->preference("virtualshelves"),
|
||||
);
|
||||
}
|
||||
$template->param(listloop=>[{shelfname=>"Freelist", shelfnumber=>110}]);
|
||||
return ( $template, $borrowernumber, $cookie, $flags);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue