[Koha-bugs] [Bug 19618] Add 'Club Holds' feature

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 13 13:50:18 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618

--- Comment #30 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list