http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6720 --- Comment #20 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- (In reply to comment #19)
mmm... the code says: + $newline{authtype} = defined ($thisauthtype) ? + $thisauthtype->{'summary'} : + GetAuthType($authtypecode)->{'summary'};
"summary" is not the authtype description, but how the authority display is built. I tried the patch anyway, and got a -suspected- wrong result:
The "type of heading" column now show: [200a][, 200b][ 200d][ ; 200c][ (200f)]
:\\\
This definitely does not sound right. Follow-up coming shortly. -- You are receiving this mail because: You are watching all bug changes.