From e338fcb738bbf3d7084e40b57445d6c7ab120e0c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 30 Jul 2020 10:57:53 +0200 Subject: [PATCH] Bug 25887: Keep library filter on the fund list view The problem: When filtering funds by library, the pull down for libraries resets to "empty" when the page is reloaded, although the filter criteria is visible in the URL. Test plan: Create a fund for library A Create a fund for library B Go to the fund list view => All funds are listed Select library A in the library filter, click "Go" => Funds for library A are listed => Library filter has "library A" selected Edit fund for library B => The edit form has "library B" selected Signed-off-by: Holly Cooper --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 349c1cef4a..4a6d561ec1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -407,7 +407,7 @@
  • -- 2.11.0