From: Mathieu Saby Date: Sat, 9 Mar 2013 16:53:03 +0000 (+0100) Subject: Bug 7875: Change the pending suggestion link in home page so that it directs to pendi... X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=600d088f01e6743662ee6dbf98d6f14c7f98a9f0;p=koha.git 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 --- 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 8f1e50ff30..1a43357df8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -113,7 +113,7 @@ [% IF ( CAN_user_acquisition && pendingsuggestions ) %] [% END %]