From ba6c8f1dd5df6085ec3fe4f5b3bd9964f09d6d29 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Thu, 25 Jun 2009 12:44:11 +0200 Subject: [PATCH] (bug #3363) do not reload parent if you add a biblio in shelf this patch make the script not reloading the parent if the user add a biblio in a already existing shelf(useless). Signed-off-by: Galen Charlton --- opac/opac-addbybiblionumber.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-addbybiblionumber.pl b/opac/opac-addbybiblionumber.pl index c1ebacf7de..9e67b12d68 100755 --- a/opac/opac-addbybiblionumber.pl +++ b/opac/opac-addbybiblionumber.pl @@ -80,7 +80,7 @@ if ($shelfnumber && ($shelfnumber != -1)) { AddBibliosToShelf($shelfnumber,@biblionumber); RefreshShelvesSummary($query->cookie("CGISESSID"),$loggedinuser,($loggedinuser == -1 ? 20 : 10)); print $query->header; - print ""; + print ""; exit; } else { -- 2.39.5