https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Magnus Enger <[email protected]> --- I have a record with two 5xx fields: 500 and 518. If I set NotesBlacklist = 500 I get this: <div id="marcnotes"><p>Text of 518</p></div> OK If I set NotesBlacklist = 518 I get this: <div id="marcnotes"><p>Text of 500</p></div> OK If I set NotesBlacklist = 500,518 I get this: <p>Text of 500</p> Not so OK... -- 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/
