[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 21:58:04 CEST 2017


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

--- Comment #4 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 63891
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63891&action=edit
[SIGNED-OFF] 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 %]" />

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

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


More information about the Koha-bugs mailing list