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:
Martin Renvoize 2023-01-24 11:03:40 +00:00 committed by Tomas Cohen Arazi
parent d77006331b
commit 1d2539b803
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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";
}
})
});