[Bug 4433] $a displayed in front of topical subjects in authority search
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4433 Garry Collum <gcollum@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gcollum@gmail.com --- Comment #1 from Garry Collum <gcollum@gmail.com> --- It looks like the code to remove the subfield tags was purposely commented out and replaced with an as_formatted() function in AuthoritiesMarc.pm. The code assigns value to the 'summary' variable. Currently lines 1059 and 1060 in AuthoritiesMarc.pm. # $heading .= $field->as_string('abvxyz68'); $heading .= $field->as_formatted(); I'm not sure for what purpose. Only the 150 field has been changed. as_formatted creates 'pretty' marc for printout purposes. If you remove the comment from the as_string line and comment out the as_formatted line the authorities display correctly, but I'm not sure if it breaks something else. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org