[Koha-bugs] [Bug 18453] Syspref ExportCircHistory is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 19 19:11:06 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18453

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62362|0                           |1
        is obsolete|                            |

--- Comment #7 from Marc Véron <veron at veron.ch> ---
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.


More information about the Koha-bugs mailing list