https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38411
--- Comment #6 from Victor Grousset/tuxayo <[email protected]> --- Comment on attachment 175246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175246 Bug 38411: Check mandatory item fields when creating several items ordering or receiving. Review of attachment 175246: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38411&attachment=175246) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/js/additem.js @@ -45,5 @@ > } > > function addMulti( count, node, unique_item_fields){ > - var index = $(node).closest("div").attr('id'); > - var countItemsBefore = $("#items_list tbody tr").length; `var countItemsBefore` seems to have been removed by mistake. As the variable is still used after. Did it somehow still work? :o -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
