@@ -, +, @@ acqui-home.tt Without this patch, nothing is displayed regarding suggestions. "Manage suggestions: Library B: 0 / All libraries: 1" If you change the library to Library A, you should get: "Manage suggestions: Library A: 1" --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -41,7 +41,7 @@ [% END %] [% END %]
- [% IF ( suggestion && suggestions_count ) %] + [% IF ( suggestions_count || all_pendingsuggestions ) %]
[% ELSE %]
@@ -58,7 +58,7 @@
-[% IF ( CAN_user_suggestions_suggestions_manage && suggestion && suggestions_count ) %] +[% IF ( CAN_user_suggestions_suggestions_manage && ( suggestions_count || all_pendingsuggestions ) ) %]
--