[Koha-devel] Bug 5791 - Robust handling of deleted biblios/authorities

Tomas Cohen Arazi tomascohen at gmail.com
Tue Feb 22 14:22:40 CET 2011


I've filled a bug for better non existent record handling for biblios
and authorities. I propose to use the same approach used for patrons.
I hope I can submit a patch within a few hours.

For authorities I plan to add to authorities/detail.pl a check like this:

if ( defined $authtypecode ) {
 record show stuff
} else {
 generate proper error message
}

To+


More information about the Koha-devel mailing list