kohabug 1874 Adding variable assignment so that the confirm button is properly displa...
authorChris Nighswonger <chris.nighswonger@liblime.com>
Fri, 6 Jun 2008 04:27:35 +0000 (23:27 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 9 Jun 2008 11:38:01 +0000 (06:38 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/VirtualShelves/Page.pm

index a855086..bd2255f 100755 (executable)
@@ -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;
                                }
                        }