Bug 5989

Summary: Funds filter does not remember library choice
Product: Koha Reporter: Owen Leonard <oleonard>
Component: AcquisitionsAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: chris, mark.gavillet, paul.poulain, srdjan
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed fix
patch signed-off

Description Owen Leonard 2011-03-29 16:08:17 UTC
If you filter your funds list by library the filter menu doesn't remember the choice you made by preselecting your branch. This is because the script makes itself forget the parameter before it can be used:


74 my $budget_hash               = $input->Vars;
...
79 delete $$budget_hash{$_} foreach grep {/filter|^op$|show/} keys %$budget_hash;
80 my $filter_budgetbranch       = $input->param('filter_budgetbranch');
Comment 1 Owen Leonard 2011-03-29 16:10:55 UTC Comment hidden (obsolete)
Comment 2 Paul Poulain 2011-04-04 10:26:26 UTC
Created attachment 3612 [details] [review]
patch signed-off
Comment 3 Chris Cormack 2011-04-04 10:54:44 UTC
Pushed please test
Comment 4 Srdjan Jankovic 2011-11-09 05:26:47 UTC
*** Bug 7200 has been marked as a duplicate of this bug. ***