[Koha-bugs] [Bug 5989] New: Funds filter does not remember library choice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 29 18:08:17 CEST 2011


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: henridamien at koha-fr.org
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at lists.koha-community.org


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.


More information about the Koha-bugs mailing list