http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8215 --- Comment #9 from Kyle M Hall <kyle@bywatersolutions.com> --- Please try this new edition of the patch. It is a rebase from my original patch. I think the previous version got a bit messed up from rebase after rebase. (In reply to comment #7)
I tried this patch with a standard install and got hung up on:
1) I think you are missing some of the code on the staff interface side of things. The link on the main menu pointed to cgi-bin/koha/course_reserves/course.pl which did not exist. It might have worked for you and Marijana in the past in a dev install, but you need some more install code for those parts. It looked ok on the opac side, so reference that.
2) Then i went to run updatedatabase and got Use of bare << to mean <<"" is deprecated at ./installer/data/mysql/updatedatabase.pl line 5318. I see <<<<<<< HEAD in updatedatabase.pl Folks said there must be a conflict inthe merge, but I didn't get prompted when I did a git am -i -u -3 <yourpatch>
So if I can get the tables created, it can be tested.
-- You are receiving this mail because: You are watching all bug changes.