http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12721
--- Comment #8 from Frédéric Demians <[email protected]> --- > But the description says: > Show the following fields from the items database table as columns on the > statistics tab on the patron record (...) > > I understand this as 'any' colums, not only location,itype and ccode Sorry, you're correct! My patch would be a severe regression for libraries using other fields from 'items' table. What prevents me from signing your patch is that I don't like the idea of checking the existence of items field (by calling DESCRIBE items) each time the statistics fields are required. Have you explored the possibility using the column setting tool? Here: /cgi-bin/koha/admin/columns_settings.pl -- 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/
