https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38436
--- Comment #41 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #40) > Created attachment 174702 [details] [review] > Bug 38436: Fix patron categories > > Make it use bKohaColumnsUseNames as we are building the columns > depending on sysprefs. This is an important one to keep in mind as I am pretty sure there are others in the wild. If the column list is empty it means that the number of columns defined in the settings is not the same as the one in the table. In that case we MUST use bKohaColumnsUseNames and make adjustement to the th, but maybe also to the config (which is actually a bug as we are supposed to keep them in sync). -- 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/
