Bug 39073

Summary: UNIMARC value for coded data 135a
Product: Koha Reporter: Igor A. Sychev <Igor.A.Sychev>
Component: MARC Bibliographic data supportAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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 %]
...