[Koha-bugs] [Bug 30569] New: mana_enabled gets set incorrectly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 11:44:26 CEST 2022


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 at lists.koha-community.org
          Reporter: sebastian at imcode.com
                CC: alex.arnaud at 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.


More information about the Koha-bugs mailing list