[Koha-bugs] [Bug 27398] Serials: Values in subscription length pull down are not translatable when defining numbering patterns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 15 11:43:27 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27398

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The following change should work

@
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt:182
@
                 <li>
                   <label for="sublength">Subscription length:</label>
                   <select id="subtype">
-                    [% FOREACH subtype IN subtypes_loop %]
-                      <option value="[% subtype.value | html %]">[%
subtype.value | html %]</option>
-                    [% END %]
+                    <option value="issues">issues</option>
+                    <option value="weeks">weeks</option>
+                    <option value="months">months</option>

(I missed the Academy keyword!)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list