I've tried to add an icon to a column for has_notes similar to extra_files
Code:
if has_extra_files() then icon = add_icon(icon, 'extra_files.png') fi;
but this doen't work. Is it possible to show an icon for has_notes regardless the type of notes (author,tag, series...)?