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

--- Comment #3 from Marc VĂ©ron <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to