http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5989
Bug #: 5989
Summary: Funds filter does not remember library choice
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: master
Platform: All
OS/Version: All
Status: ASSIGNED
Severity: normal
Priority: P5
Component: Acquisitions
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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');
--
Configure bugmail:
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/