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

--- Comment #38 from Marcel de Rooy <[email protected]> ---
-        my $userenv = C4::Context->userenv;
-        return $userenv->{'number'} if $userenv;
Replaced by:
+                    $new_owner = C4::Context->userenv->{number};

Will open a new bug. Saw this already:
perl t/db_dependent/Koha/AdditionalContents.t
1..5
# Subtest: ->author
    1..3
    ok 1 - Koha::AdditionalContent->author returns a Koha::Patron object
    # Looks like you planned 3 tests but ran 1.
not ok 4 - ->author
#   Failed test '->author'
#   at t/db_dependent/Koha/AdditionalContents.t line 156.
{UNKNOWN}: Can't use an undefined value as a HASH reference at
/usr/share/koha/Koha/Virtualshelves.pm line 59. at
/usr/share/koha/Koha/Virtualshelves.pm line 73
# Looks like your test exited with 255 just after 4.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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