https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41580
--- Comment #34 from Paul Derscheid <[email protected]> --- Created attachment 194978 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194978&action=edit Bug 41580: (QA follow-up) Fix variable name mismatch in batch delete records - The tidy declared const record_type but the code references recordtype (no underscore), causing a ReferenceError - Rename to match the existing usage To test: - Go to Tools → Batch delete records - Upload/select bibliographic records with checked out items - Verify the red cross and yellow highlight appear for non-deletable records Signed-off-by: Paul Derscheid <[email protected]> -- 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/
