http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5801
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com --- Comment #5 from Ian Walls <[email protected]> 2011-12-05 21:23:49 UTC --- Just looking at the code, it's pretty clear there are some problems; _GetCircControlBranch is an internal function (hence the _ at the beginning), so it shouldn't be called in this script. Also, as Fridoyln points out, the hashref passed doesn't contain the necessary information, so results are inaccurate. And shouldn't we be using ReservesControlBranch, not CircControl and HomeOrHoldingBranch, to get our rules for a hold? -- 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. You are watching all bug changes. _______________________________________________ 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/
