https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29883
--- Comment #3 from Andrew Nugged <[email protected]> --- 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. _______________________________________________ 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/
