https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24032 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Bonjour, In the 'en' template: 530 var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE %]0[% END %]; In the French one: 514 var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE %][% END %]; Same for the Spanish one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.