https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41530 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- There was a small conflict in the unit test file I fixed and since they still pass, I assume it was correct. I am attaching the rebased patches. QA tests pass. Can you please take a look at Joubu's comment? (In reply to Jonathan Druart from comment #4)
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.