[Koha-bugs] [Bug 9160] New: untranslatable string in basket.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 28 09:36:39 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9160

            Bug ID: 9160
           Summary: untranslatable string in basket.pl
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: paul.poulain at biblibre.com

In basket .pl, the basketgroup list contains a "No group" that is
untranslatable.
It's because it's in the .pl itself:
line 218:
        my %emptygroup = ( id   =>   undef,
                           name =>   "No group");

It must be moved to the template

-- 
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