Bug 28067

Summary: Syspref NotestoHide - some notes still appear
Product: Koha Reporter: pierre.genty
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description pierre.genty 2021-03-31 14:32:34 UTC
Hi,

My settings : 
- UNIMARC record with notes in 300$a and 327$a (should be 5xx in MARC21) 
- syspref NotesToHide  : "300" 
- Koha to MARC mapping : biblio.notes -> 300$a
Column "Title notes" in record details view shows content of 327$a -> OK.  

But, if NotesToHide contains "300,327" then Titles notes show 300$a. It should be empty.
Note 327$a is an example, it could be 304$a or 305$a.

It seems like if variable MARCNOTES is empty then biblio.notes is displayed. 
Any idea how to force biblio.notes not to display in this case ? 

Thanks
Comment 1 Katrin Fischer 2021-04-02 15:18:09 UTC

*** This bug has been marked as a duplicate of bug 17127 ***