Bug 39073 - UNIMARC value for coded data 135a
Summary: UNIMARC value for coded data 135a
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-10 07:09 UTC by Igor A. Sychev
Modified: 2025-02-10 07:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor A. Sychev 2025-02-10 07:09:15 UTC
In French?

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt
...
   46                             [% IF ( f1e ) %]
   47                                 <option value="e" selected="selected">données bibliographiques</option>
   48                             [% ELSE %]
   49                                 <option value="e">données bibliographiques</option>
   50                             [% END %]
   51                             [% IF ( f1f ) %]
   52                                 <option value="f" selected="selected">polices de caractères</option>
   53                             [% ELSE %]
...