13 Jan
2020
13 Jan
'20
1:14 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618 --- Comment #31 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #30)
I still do not manage to find regression, and found:
1043 if($('.datepickerfrom_hidden').length) 1044 data.hold_date = $('.datepickerfrom_hidden').val()||null; 1045 if($('input[name="itemtype"]').length) { 1046 data.item_type = $('input[name="itemtype"]').val()||null; 1047 }
Are we safe?
My only concern is not about attribute mappings, but on the multi_hold use case. -- You are receiving this mail because: You are watching all bug changes.