From 45d0882a5caeb518cc6b35b4d10257b0d0bf349f 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 Signed-off-by: Henri-Damien LAURENT --- 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 7d189498e5..b1ed05bb07 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