https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28530
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #73 from Andrew Fuerste-Henry <[email protected]> --- This doesn't seem to be enforcing limits correctly. I think it's checking the float limit against the total number of items of that item type in the whole system (rather than just at the current branch) and then prompting a transfer to the branch with the lowest items/limit ratio (unless that's your current branch, in which case no transfer is generated). To recreate: - set circ rules to everything floats - create 4 items of itemtype CF / Computer Files (this itype exists in the default data without any items, so it's easy to test with) - set float limit of 3 for CF items at Centerville and Fairfield branches, leave other branches without limits - play around checking your 4 items in at Centerville and Fairfield Koha should only generate a transfer when all 4 items end up at either Centerville or Fairfield. Instead, it seems to be generating a transfer whenever the branch at which you're checking in does not have the lowest ratio of items/limit. -- You are receiving this mail because: 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/
