https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39239

--- Comment #3 from Marcel de Rooy <[email protected]> ---
And with this tiny change, the Suggestions filter opens up to indicate that we
added a default filter:

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
index ffa2363..098aa56 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
@@ -1450,6 +1450,9 @@
                     return true;
                 });
             });
+            [% IF manageddate_from %]
+                $("fieldset.suggestion_information").toggle();
+            [% END %]
         </script>
     [% END %]
     [% IF op == 'save'  %]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to