From 54650a544001eed6150a89db791481198e4352f9 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Wed, 19 Apr 2017 02:02:33 -0400 Subject: [PATCH] LP#1684011: My Account summary ebook link correction The links on the My Account Summary page to the user's ebook checkouts and holds go to the incorrect URL. The links are updated in this commit to the correct URL. Test Plan: * If your test system is not configured for ebook access, enabled it in the config.tt2 file by setting ebook_api_enabled to true and ebook_api.ebook_test.enabled to true. * Log into a patron account * The Account Summary page will show links to E-Items Currently Checked out, E-Items Currently on Hold, and E-Items ready for pickup. Pre-patch, clicking one of those links will bring you to a 404 page. Post-patch, clicking those links should bring you to the appropriate My Account tab. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 index 705ba027a8..e19b33699e 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 @@ -53,7 +53,7 @@ - [% l("E-Items Currently Checked out") %] (-) @@ -68,7 +68,7 @@ - [% l("E-Items Currently on Hold") %] (-) @@ -83,7 +83,7 @@ - [% l("E-Items ready for pickup") %] (-) -- 2.43.2