https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592
--- Comment #150 from Oleg Vasilenko <[email protected]> --- 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. _______________________________________________ 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/
