13 Jan
2020
13 Jan
'20
1:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618 --- Comment #30 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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? -- You are receiving this mail because: You are watching all bug changes.