[Koha-bugs] [Bug 15244] t/db_dependent/Reserves.t fails with test 14

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 1 18:10:28 CET 2015


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

--- Comment #3 from Marc Véron <veron at veron.ch> ---
If I dump $messages (line 284)
(undef, $messages, undef, undef) = AddReturn('bug10272_FPL', 'FPL');
warn Dumper( $messages );


...I get...:
$VAR1 = {
          'NotIssued' => 'bug10272_FPL',
          'ResFound' => {
                          'itemnumber' => '295',
                          'priority' => 2,
                          'reservenotes' => '',
                          'ResFound' => 'Reserved',
                          'reservedate' => '2015-12-01',
                          'found' => undef,
                          'timestamp' => '2015-12-01 18:04:24',
                          'biblionumber' => '45049',
                          'waitingdate' => undef,
                          'cancellationdate' => undef,
                          'reserve_id' => '151',
                          'borrowernumber' => '276',
                          'branchcode' => 'FPL'
                        }
        };
That means that the item was not issued? - Test expects 'ResFound'

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


More information about the Koha-bugs mailing list