From 08f4a2706a17d5e4467959acb9d37ad57f9c20b9 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Mon, 29 Mar 2010 11:26:23 +0200 Subject: [PATCH] (BUG #4345) Redirect after closing a basket and creation of a group after closing a basket and creation of a group we should landed on the "Closed" tab. Signed-off-by: Galen Charlton --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index cd6704652d..60c2a64121 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -159,7 +159,7 @@ if ( $op eq 'delete_confirm' ) { }); ModBasket( { basketno => $basketno, basketgroupid => $basketgroupid } ); - print $query->redirect('/cgi-bin/koha/acqui/basketgroup.pl?booksellerid='.$booksellerid); + print $query->redirect('/cgi-bin/koha/acqui/basketgroup.pl?booksellerid='.$booksellerid.'&closed=1'); } else { print $query->redirect('/cgi-bin/koha/acqui/basketgroup.pl?basketno='.$basketno.'&op=attachbasket&booksellerid=' . $booksellerid); } -- 2.11.0