http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9011 --- Comment #65 from Kyle M Hall <kyle@bywatersolutions.com> --- Looks like I forgot to create the issue_id field with my db update! This latest followup should solve the problem. (In reply to Nick Clemens from comment #63)
You are correct, looks like problem was on my end.
I am getting a software error at check-in: DBIx::Class::ResultSet::next(): Unknown column 'me.issue_id' in 'field list' at /home/nick/koha/C4/Circulation.pm line 3808
My steps:
1 - Applied to new VM with no errors 2 - Ran updatedatabase.pl - successful 3 - Enable StoreLastBorrower 4 - Check out an item to patron 5 - Attempt to check in item - error as above
If I checkout master I can return the items
Let me know if I am doing something wrong
-- You are receiving this mail because: You are watching all bug changes.