http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14143
--- Comment #3 from M. Tompsett <[email protected]> --- Comment on attachment 38830 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38830 Bug 14143 - Patron cards: Crash (confusion between table names creator_templates and club_template_enrollment_fields) Review of attachment 38830: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14143&attachment=38830) ----------------------------------------------------------------- ::: C4/Creators/Lib.pm @@ +559,4 @@ > next POPULATE_ROW; > } > elsif ($table_column =~ m/^_((.*)_(.*$))/) { # this a special > case > + my $table_name = get_table_names('creator-'.$2); #Bug 14143 > fix to remove ambiguity with table 'club_template_enrollment_fields' underscore, not hypen. :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
