https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30754

            Bug ID: 30754
           Summary: Library transfer limits should not allow for matching
                    library to be unselected
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: System Administration
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

When the library matching the current selection is unchecked in the normal
editor for library transfer rules, it will be saved correctly, but will still
display as checked after saving. 

To test:
* Set UseBranchTransferLimits to enforce
* Go to administration > library transfer limits
* Pick a library, unselect all using the link on top and save
* Verify that the library matching your selection is still displaying as
checked
  You can verify that the rule actually appears in:
  select * from branch_transfer_limits;
* Edit the rules again, unselect all and then recheck the library matching the 
    selected library manually. 
  Rerunning the SQL from before will show the rule is now gone:
  select * from branch_transfer_limits;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to