https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41571
--- Comment #10 from Paul Derscheid <[email protected]> --- Created attachment 194707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194707&action=edit Bug 41571: (QA follow-up) Rename shadowing batch_id variables - The top-level const batch_id (from TT) is shadowed by var batch_id inside the .export and #savedesc click handlers - This works correctly now but is confusing and error-prone if the code is later refactored - Rename to export_batch_id and save_batch_id respectively to make the intent clear 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/
