From ab0a0af1cbb16b1b4578ea565ed67aae57915a2a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 25 May 2015 09:21:53 +0200 Subject: [PATCH] Bug 13619: Acq home: ensure 'manage suggestions' goes to pending suggestions The link on the start page of Koha goes to the pending suggestions tab explicitly. The link on the acquisition start page doesn't do that so when you have your own status it might show another tab first. Patch links to be the same and explicitly target the pending tab. To test: - create a new suggestion - verify link from the acq start page leads to the pending tab - verify link from the Koha start page does the same Signed-off-by: Marjorie Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt index 3b587de534..a83fe0bcf2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -124,7 +124,7 @@ $(document).ready(function() {
Pending suggestions -

[% suggestions_count %] suggestions waiting. Manage suggestions.

+

[% suggestions_count %] suggestions waiting. Manage suggestions.

-- 2.39.2