[Koha-bugs] [Bug 18706] subfields to delete not disabled anymore in batch item modification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 31 16:15:04 CEST 2017


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

--- Comment #2 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 63865
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63865&action=edit
Bug 18706 - Remove useless Javascript

Whe checking a subfield to be deleted, the code
  $(this).val($(this).siblings("[name='subfield']").val());
is useless, the checkbox already contains the subfield code :
  <input type="checkbox" ... name="disable_input" value="[% ite.subfield %]" />

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list