kohabug 1874 Adding variable assignment so that the confirm button is properly displa...
[koha_ffzg] / 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;
                                }
                        }