12 Mar
2026
12 Mar
'26
9:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41573 --- Comment #17 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 195158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195158&action=edit Bug 41573: (QA follow-up) Use var instead of const for dynamically loaded template - patron-lists-tab.tt is loaded dynamically via jQuery .load() - Using const for patron_id and cardnumber causes a redeclaration error when the tab reloads after adding/removing a patron - Change to var which allows redeclaration in the global scope Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.