6 Jan
2026
6 Jan
'26
12:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41530 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- I think this needs to be adjusted: suggestion/suggestion.tt 1366 if(row.item_type && row._strings.item_type.str) node += '; <span class="suggestion_itype"><em>%s</em></span>'.format(row._strings.item_type.str); maybe this one (to confirm): reserve/request.tt 1677 data.item_type = $('input[name="itemtype"]').val()||null; -- You are receiving this mail because: You are watching all bug changes.