https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18453
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62362|0 |1 is obsolete| | --- Comment #7 from Marc Véron <[email protected]> --- Created attachment 62399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62399&action=edit Table broken on moremember.pl Hi Jonathan First I tried a similar one-liner as well (remove the quotes around the value in following line (both circulation.tt and moremember.tt) var exports_enabled = [% Koha.Preference('ExportCircHistory') %]; That makes the value a number and the following works: "bVisible": exports_enabled ? true : false,... But I still had a nasty behaviour on moremember.pl (the check-out column was not visible, if set to visible with button 'Column visibility' it shows up, but the table is broken, see screenshot. It does not happen on the checkout page. The same happens with your two patches applied. So there is more to be investigated. Anyway, I obsolete my first patch. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
