[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 14:14:52 CET 2020


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

--- Comment #31 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list