Re: 3.6.6  Biblio.pm

With preference set to "do not use zebra", saving an "item" fails: "Can't call method "subfield" on an undefined value at /usr/share/koha/lib/C4/Biblio.pm line 3104" (z39.50 and adding biblios works fine.)

I see that there's a # FIXME ... ?? in the .pm but can't [easily] find a related bug:

3102 # get title of the record (to store the 10 first letters with the index)
3103 my ( $titletag, $titlesubfield ) = GetMarcFromKohaField( 'biblio.title', '' ); # FIXME: should be GetFrameworkCode($biblionumber) ??
3104 $title = lc( $record->subfield( $titletag, $titlesubfield ) );

I tried using the FIXME, same error.

I'm getting very close to restarting this sandbox project -- certainly with 3.6.7, but also maybe reverting to Ubuntu 11.10 (at least for me, I'll have a solid comparison with our production server.)

Thoughts anyone? I genuinely set out to try and help the community (and it just might turn out that Ubuntu 12.04 is problematic - does anyone here use it?) as well as ensure a smooth upgrade to our production server.

Thanks - Paul

_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to