[Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 23 11:50:18 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592

--- Comment #150 from Oleg Vasilenko <synapse.ova at gmail.com> ---
Hi Jonathan,
This the problem with UNIMARC 100$a is connected with this patch, because this
problem started after this bug 11592 was pushed to master. Removing this patch
solved problem until I found the reason why it happens.

It appears, that after filtering (rows 92-100), record is passed to XSLT
processing (rows 152-163), and it already lacks field 100$a (it was filtered
before). SetUTF8Flag (row 147) does not add filtered 100$a.

So right now turning 100$a OPAC visibility off leads to error when user
accesses opac-detail.pl. There is no problems with opac-MARCdetail.pl and
opac-ISBDdetail.pl — subfield is hidden correctly.

So should I create a new bug?

(In reply to Jonathan Druart from comment #149)
> (In reply to Oleg Vasilenko from comment #148)
> > Should this be a new bug?
> 
> Hi Oleg,
> This bug report is marked as pushed to master and the error you got does not
> seem related. So yes, please open a new bug report or email the list if you
> have a specific problem.
> Your problem is usually caused by the fact to have the "marcflavour" system
> preference set to UNIMARC but you have MARC21 records in your DB.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list