[Koha-bugs] [Bug 10628] AutomaticItemReturn prevents holds queue from filling local holds with local items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 1 02:28:59 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10628

--- Comment #6 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
#   Failed test 'take from holdingbranch AutomaticItemReturn on (use cost
matrix) holding branch'
#   at t/db_dependent/HoldsQueue.t line 196.
#          got: 'CPL'
#     expected: 'IPT'
# Wrong pick-up/hold for first target (pick_branch, hold_branch, reserves,
hold_fill_targets, tmp_holdsqueue): $VAR1 = 'CPL';
# $VAR2 = 'IPT';
# $VAR3 = [
#           {
#             'priority' => '1',
#             'reservenotes' => undef,
#             'reservedate' => '2013-08-00',
#             'found' => undef,
#             'expirationdate' => undef,
#             'suspend_until' => undef,
#             'reminderdate' => undef,
#             'biblionumber' => '92704',
#             'timestamp' => '2013-08-01 12:27:34',
#             'notificationdate' => undef,
#             'borrowernumber' => '1000022266',
#             'branchcode' => 'CPL',
#             'itemnumber' => undef,
#             'constrainttype' => '',
#             'lowestPriority' => '0',
#             'suspend' => '0',
#             'waitingdate' => undef,
#             'cancellationdate' => undef,
#             'reserve_id' => '4361'
#           }
#         ];
# $VAR4 = [
#           {
#             'itemnumber' => '68955',
#             'biblionumber' => '92704',
#             'source_branchcode' => 'CPL',
#             'borrowernumber' => '1000022266',
#             'item_level_request' => '0'
#           }
#         ];
# $VAR5 = [
#           {
#             'firstname' => 'my firstname',
#             'pickbranch' => 'CPL',
#             'itemnumber' => '68955',
#             'itemcallnumber' => undef,
#             'reservedate' => '2013-08-00',
#             'barcode' => '531703236591',
#             'phone' => undef,
#             'item_level_request' => '0',
#             'surname' => 'my surname',
#             'biblionumber' => '92704',
#             'holdingbranch' => 'CPL',
#             'cardnumber' => 'CARDNUMBER42',
#             'notes' => undef,
#             'title' => 'Test Holds Queue XXX',
#             'borrowernumber' => '1000022266'
#           }
#         ];
Illegal date specified (year = 2013, month = 8, day = 00) at C4/HoldsQueue.pm
line 138
# Looks like you failed 1 test of 19.

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


More information about the Koha-bugs mailing list