https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34080 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 152524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152524&action=edit Bug 34080 - Updating suggestion status can result in 500 error Sometimes using "Mark selection as" to update a suggestions can result in a 500 error with the logged error: DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'suggestion_itemtype' in 'where clause' at /usr/share/koha/lib/Koha/Objects.pm line 394 It appears that the search params are built from *all* the form fields and then some form fields are removed from the hashref, but not all ( hence the error ). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.