From 50f94338fef2be72c3aeacb1d41fdfbea353cd62 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Sat, 9 Mar 2013 17:53:03 +0100 Subject: [PATCH] Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions Pending suggestion link from staff client home directs to accepted suggestions instead of pending suggestions. This patch changes the link so that it directs to pending suggestions. To test : 1 - create 2 suggestions, accept 1 of them 2 - click on the link on home page Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 38658ddba0..4a34beed4d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -105,7 +105,7 @@ [% IF ( CAN_user_acquisition && pendingsuggestions ) %] [% END %] -- 2.39.5