From 95020cdffc728f918e2f5d7b2a3cb2a533fcb885 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 --- 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 3b587de..a83fe0b 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.

-- 1.9.1