https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41573
--- Comment #10 from Paul Derscheid <[email protected]> --- 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 <[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/
