https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41530
--- Comment #4 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
