http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10628
--- Comment #6 from Srdjan Jankovic <[email protected]> --- # 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
