[Koha-bugs] [Bug 29883] Uninitialized value warning when GetAuthorisedValues gets called with no parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 10 01:04:40 CET 2022


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

--- Comment #3 from Andrew Nugged <nugged at gmail.com> ---
Let me help with this, I will try to find where...
I see there's dry call to:

    my $avs = C4::Koha::GetAuthorisedValues();

in svc url: /cgi-bin/koha/svc/cataloguing/framework
Aha, ... so here:

David: if you go from the usual MARC-editor (new record):

http://localhost:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=

into the advanced editor (Settings -> Switch to the advanced editor):

so URL will be:

   /cgi-bin/koha/cataloguing/editor.pl

you will get that warning without this patch and won't get with the patch.

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


More information about the Koha-bugs mailing list