diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
index 5195d3d826..f20c54c1aa 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt
@@ -64,7 +64,7 @@
[% IF ( loop_budget ) %]
-
All available funds[% IF LoginBranchname %] for [% LoginBranchname | html %][% END %]
+ All available funds[% IF LoginBranchname %] for [% LoginBranchname | html %][% END %]
@@ -72,7 +72,15 @@
Expand all
| Collapse all
| Hide inactive budgets
- | Show inactive budgets
+ | Show inactive budgets
+ |
+
+
@@ -248,6 +256,11 @@
});
$("#hide_inactive").click();
+ $("#library-filter").change(function(){
+ $("#accounts").DataTable().search(this.value);
+ $("#accounts").DataTable().draw();
+ });
+
});
[% END %]