From 2b7cc53fd753a0d860f4856cc15aa3042c7dcc89 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Thu, 5 Jun 2008 23:27:35 -0500 Subject: [PATCH] kohabug 1874 Adding variable assignment so that the confirm button is properly displayed in both Staff and OPAC Signed-off-by: Joshua Ferraro --- C4/VirtualShelves/Page.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index a85508639e..bd2255f5eb 100755 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -195,6 +195,7 @@ SWITCH: { unless (scalar grep {/^CONFIRM-$number$/} $query->param()) { push(@paramsloop, {need_confirm=>$shelflist->{$number}->{shelfname}, count=>$count}); $shelflist->{$number}->{confirm} = $number; + $stay = 0; next; } } -- 2.20.1