Bug 7977: Improving upload result message display
[koha.git] / opac / opac-modrequest.pl
index 45ab861..7e2f2e5 100755 (executable)
 # 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");