[Koha-bugs] [Bug 20844] Reset a hold when it is missing after allocation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 19 08:25:10 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20844

Michal Denar <black23 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |black23 at gmail.com
             Status|Needs Signoff               |Failed QA

--- Comment #12 from Michal Denar <black23 at gmail.com> ---
Hi,

on kohadevbox I get:

kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove
t/db_dependent/Holds/RevertWaitingStatus.t
t/db_dependent/Holds/RevertWaitingStatus.t .. DBD::mysql::st execute failed:
Unknown column 'originalholdtype' in 'field list' [for Statement "INSERT INTO
`reserves` ( `biblionumber`, `borrowernumber`, `branchcode`, `expirationdate`,
`found`, `itemnumber`, `itemtype`, `originalholdtype`, `priority`,
`reservedate`, `reservenotes`, `waitingdate`) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ? )" with ParamValues: 0='439', 1='53', 2='YbGPVdI', 3=undef, 4=undef,
5=undef, 6=undef, 7='B', 8=undef, 9='2018-10-19', 10='', 11=undef] at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
Can't locate object method "rethrow" via package "DBD::mysql::st execute
failed: Unknown column 'originalholdtype' in 'field list' [for Statement
"INSERT INTO `reserves` ( `biblionumber`, `borrowernumber`, `branchcode`,
`expirationdate`, `found`, `itemnumber`, `itemtype`, `originalholdtype`,
`priority`, `reservedate`, `reservenotes`, `waitingdate`) VALUES ( ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ? )" with ParamValues: 0='439', 1='53', 2='YbGPVdI',
3=undef, 4=undef, 5=undef, 6=undef, 7='B', 8=undef, 9='2018-10-19', 10='',
11=undef] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
" (perhaps you forgot to load "DBD::mysql::st execute failed: Unknown column
'originalholdtype' in 'field list' [for Statement "INSERT INTO `reserves` (
`biblionumber`, `borrowernumber`, `branchcode`, `expirationdate`, `found`,
`itemnumber`, `itemtype`, `originalholdtype`, `priority`, `reservedate`,
`reservenotes`, `waitingdate`) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )"
with ParamValues: 0='439', 1='53', 2='YbGPVdI', 3=undef, 4=undef, 5=undef,
6=undef, 7='B', 8=undef, 9='2018-10-19', 10='', 11=undef] at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
"?) at /home/vagrant/kohaclone/Koha/Object.pm line 148.
# Looks like your test exited with 11 before it could output anything.
t/db_dependent/Holds/RevertWaitingStatus.t .. Dubious, test returned 11 (wstat
2816, 0xb00)
Failed 12/12 subtests

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list