diff --git a/themes/bootstrap/js/record.js b/themes/bootstrap/js/record.js
index 5e6bcba0872384a8d07b3328e3dd5b684d516cdc..64cf8894ff5a61a352174ff87c75986724064c9d 100644
--- a/themes/bootstrap/js/record.js
+++ b/themes/bootstrap/js/record.js
@@ -169,7 +169,7 @@ $(document).ready(function(){
     var params = deparam($(this).attr('href'));
     params.hashKey = params.hashKey.split('#')[0]; // Remove #tabnav
     Lightbox.addCloseAction(function(op) {
-      document.location.href = path+'/MyResearch/StorageRetrievalRequest';
+      document.location.href = path+'/MyResearch/StorageRetrievalRequests';
     });
     return Lightbox.get('Record', 'StorageRetrievalRequest', params, {});
   });