Bug 9160 - untranslatable string in basket.pl
Summary: untranslatable string in basket.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 08:36 UTC by Paul Poulain
Modified: 2014-12-07 20:02 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Poulain 2012-11-28 08:36:39 UTC
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
Comment 1 Owen Leonard 2014-04-24 17:02:36 UTC
This problem is no longer present in master.