X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-modrequest.pl;h=7e2f2e5288322fde3803eb962110b1acdb89a0b0;hb=bb032138e72a6428e404d9f3593430b7fd989f45;hp=45ab861b36a858a860e18b40cf2cfe1167e8a0ee;hpb=a8ba013e1e4afc9e3cfada1e15178bc1dce0cc59;p=koha_gimpoz diff --git a/opac/opac-modrequest.pl b/opac/opac-modrequest.pl index 45ab861b36..7e2f2e5288 100755 --- a/opac/opac-modrequest.pl +++ b/opac/opac-modrequest.pl @@ -18,11 +18,13 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +use warnings; + use CGI; use C4::Output; use C4::Reserves; @@ -43,4 +45,4 @@ my $biblionumber = $query->param('biblionumber'); if ($biblionumber and $borrowernumber) { CancelReserve($biblionumber, '', $borrowernumber); } -print $query->redirect("/cgi-bin/koha/opac-user.pl"); +print $query->redirect("/cgi-bin/koha/opac-user.pl#opac-user-holds");