https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30569
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Katrin Fischer <[email protected]> --- This has already been fixed in the most current versions: [%- IF (Koha.Preference('Mana') == 1 && mana_url) -%] var mana_enabled = 1; [%- ELSE -%] var mana_enabled = 0; [%- END -%] var BOOKSELLER_IDS = [% To.json( bookseller_ids ) || '[]' | html %]; I am closing as RESOLVED FIXED. If you are using a maintained version (21.05 and above) and still have this issue, please reopen. -- You are receiving this mail because: You are the assignee for the bug. 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/
