http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
--- Comment #53 from Ian Walls <[email protected]> --- Pulled down the new code. Comments as I find them: high holds has been removed. in C4::AddReturn, the call to GetItemIssue no longer passes the $dropbox variable.... since it doesn't seem to do this in master, I think this is yet another additional feature that's been separated out. Removes bug 6335 content (hadn't noticed that was in there before!) Reverts the 'use warnings' on many pages. Removes passing 'issuescount' to build_issues_data in members/moremember.pl, which is good, since it's redundant to just getting array length. Leaves release notes and .po files alone. Remaining issues: Fixes updatedatabase.pl problems that were noted, however the database update lines added are (mostly) redundant with atomicupdate/issues_datetime.pl Up to the RM on how he wants to handle implementing the database changes here. rollingloans.t still needs some love. Issues as noted by Hackfesters. Will address in my next comment. -- 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/
