@@ -, +, @@ --- .../prog/en/modules/suggestion/suggestion.tt | 36 ++++++++++------------ 1 file changed, 17 insertions(+), 19 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -424,16 +424,6 @@
Acquisition information
    -
  1. - -
  2. + + [% IF branchfilter %] + [% PROCESS options_for_libraries libraries => Branches.all( selected => branchfilter ) %] + [% ELSE %] + [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %] + [% END %] + + [% FOR m IN messages %]
    @@ -734,6 +734,7 @@