6 Mar
2026
6 Mar
'26
8:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41573 --- Comment #10 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 194738 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194738&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.