https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30569 Bug ID: 30569 Summary: mana_enabled gets set incorrectly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Mana-kb Assignee: koha-bugs@lists.koha-community.org Reporter: sebastian@imcode.com CC: alex.arnaud@biblibre.com In /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/sv-SE/modules/serials/subscription-add.tt:509 This row: var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE %][% END %]; Should be: var mana_enabled = [% IF (Koha.Preference('Mana') == 1 && mana_url) %]1[% ELSE %]0[% END %]; like it is in the english version. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.