Bug 30979: Redirect to checkout summary
This is a temporary solution whilst we wait for the biblio api endpoints so we may include more biblio details in the checkout modal itself. Signed-off-by: Silvia Meakins <smeakins@eso.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
d77006331b
commit
1d2539b803
1 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,8 @@ $(document).ready(function() {
|
|||
let pageName = $(location).attr("pathname");
|
||||
if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
|
||||
location.reload();
|
||||
} else {
|
||||
location.href = "/cgi-bin/koha/opac-user.pl";
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue