[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5989 - Funds filter does not remember library choice

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Mon Apr 4 16:31:30 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 admin/aqbudgets.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/aqbudgets.pl b/admin/aqbudgets.pl
index d266727..ed8d294 100755
--- a/admin/aqbudgets.pl
+++ b/admin/aqbudgets.pl
@@ -75,9 +75,9 @@ my $budget_hash               = $input->Vars;
 my $budget_id                 = $$budget_hash{budget_id};
 my $budget_permission         = $input->param('budget_permission');
 my $budget_period_dropbox     = $input->param('budget_period_dropbox');
+my $filter_budgetbranch       = $input->param('filter_budgetbranch');
 #filtering non budget keys
 delete $$budget_hash{$_} foreach grep {/filter|^op$|show/} keys %$budget_hash;
-my $filter_budgetbranch       = $input->param('filter_budgetbranch');
 my $filter_budgetname         = $input->param('filter_budgetname');
 $template->param(
     notree => ($filter_budgetbranch or $show_mine)
-- 
1.7.1



More information about the Koha-patches mailing list