https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41983 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs Signoff |Failed QA --- Comment #6 from David Nind <david@davidnind.com> --- Failed QA, because of these errors: 1. Step 7 - updating the holds queue (no error before the patch): perl misc/cronjobs/holds/build_holds_queue.pl --force C4::HoldsQueue::CreatePicklistFromItemMap(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'hold_group_id' in 'INSERT INTO' at /kohadevbox/koha/C4/HoldsQueue.pm line 1333 2.Step 8 - Accessing the holds queue page: Template process failed: undef error - DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'me.hold_group_id' in 'SELECT' at /kohadevbox/koha/Koha/Objects.pm line 401 at /kohadevbox/koha/C4/Templates.pm line 146 Note that these steps are not included in the test plan: 1. Apply the patches 2. Updated the database: updatedatabase 3. Run DBIC: dbic 4. Restart everything: restart_all Other testing notes: 1. Adds a "Treat as hold group" option when placing multiple holds for a patron (for example, using the "Search to hold" option from a patron's account page or searching the catalog and placing holds on multiple items). (Hint text is: Place a hold on the next available title from this group) -- You are receiving this mail because: You are watching all bug changes.