http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14377
--- Comment #11 from Winona Salesky <[email protected]> --- I am unable to reproduce this issue. The record you sent me runs fine on my system. Can you give me any additional details about how you are testing this patch? Also, if you are comfortable looking in the xslt could you try changing the test (line 94 on MARC21slim2intranetDetail.xsl) to: test="marc:datafield[@tag=942][normalize-space(marc:subfield[@code='n']) = '1'] An additional tester may also be helpful. Thanks, -Winona (In reply to Katrin Fischer from comment #9) > Hm, this last patch doesn't work for me. I have reindexed and the MARC view > shows: > > 942 _2ddc > _cBK > _n1 > > <datafield tag="942" ind1=" " ind2=" "> > <subfield code="2">ddc</subfield> > <subfield code="c">BK</subfield> > <subfield code="n">1</subfield> > </datafield> > > I think the test doesn't work quite right, but I haven't figured out why: > test="marc:datafield[@tag=942][marc:subfield[@code='n'] = '1']" > > Can you see, what might go wrong here? > > I am also not a fan of showing the bibnumber, I think it's more likely to > confuse than being helpful. I'd like it better if we showed only the text. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
