6 Mar
2026
6 Mar
'26
1:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41571 --- Comment #10 from Paul Derscheid <paul.derscheid@lmscloud.de> --- 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 <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.