View | Details | Raw Unified | Return to bug 41697
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml (+1 lines)
Lines 274-279 Link Here
274
      <Value code="e"><description>Atlas</description></Value>
274
      <Value code="e"><description>Atlas</description></Value>
275
      <Value code="f"><description>Separate supplement to another work</description></Value>
275
      <Value code="f"><description>Separate supplement to another work</description></Value>
276
      <Value code="g"><description>Bound as part of another work</description></Value>
276
      <Value code="g"><description>Bound as part of another work</description></Value>
277
      <Value code="r"><description>Remote sensing image</description></Value>
277
      <Value code="u"><description>Unknown</description></Value>
278
      <Value code="u"><description>Unknown</description></Value>
278
      <Value code="z"><description>Other</description></Value>
279
      <Value code="z"><description>Other</description></Value>
279
      <Value code="|"><description>No attempt to code</description></Value>
280
      <Value code="|"><description>No attempt to code</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml (+1 lines)
Lines 1143-1148 Link Here
1143
      <Value code="p"><description>8 mm.</description></Value>
1143
      <Value code="p"><description>8 mm.</description></Value>
1144
      <Value code="q"><description>Hi-8 mm.</description></Value>
1144
      <Value code="q"><description>Hi-8 mm.</description></Value>
1145
      <Value code="s"><description>Blu-ray disc</description></Value>
1145
      <Value code="s"><description>Blu-ray disc</description></Value>
1146
      <Value code="t"><description>4K Ultra HD Blu-ray</description></Value>
1146
      <Value code="u"><description>Unknown</description></Value>
1147
      <Value code="u"><description>Unknown</description></Value>
1147
      <Value code="v"><description>DVD</description></Value>
1148
      <Value code="v"><description>DVD</description></Value>
1148
      <Value code="z"><description>Other</description></Value>
1149
      <Value code="z"><description>Other</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml (+1 lines)
Lines 617-622 Link Here
617
      <Value code="e"><description>Atlas</description></Value>
617
      <Value code="e"><description>Atlas</description></Value>
618
      <Value code="f"><description>Separate supplement to another work</description></Value>
618
      <Value code="f"><description>Separate supplement to another work</description></Value>
619
      <Value code="g"><description>Bound as part of another work</description></Value>
619
      <Value code="g"><description>Bound as part of another work</description></Value>
620
      <Value code="r"><description>Remote sensing image</description></Value>
620
      <Value code="u"><description>Unknown</description></Value>
621
      <Value code="u"><description>Unknown</description></Value>
621
      <Value code="z"><description>Other</description></Value>
622
      <Value code="z"><description>Other</description></Value>
622
      <Value code="|"><description>No attempt to code</description></Value>
623
      <Value code="|"><description>No attempt to code</description></Value>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt (-1 / +9 lines)
Lines 9201-9206 Link Here
9201
                                     [% ELSE %] \
9201
                                     [% ELSE %] \
9202
                                            <option value="s">' +
9202
                                            <option value="s">' +
9203
                        _("s- Blu-ray disc") +
9203
                        _("s- Blu-ray disc") +
9204
                        '</option> \
9205
                                     [% END %] \
9206
                         [% IF ( f4t ) %] \
9207
                                            <option value="t" selected="selected">' +
9208
                        _("t - 4K Ultra HD Blu-ray") +
9209
                        '</option> \
9210
                                     [% ELSE %] \
9211
                                            <option value="t">' +
9212
                        _("t- 4K Ultra HD Blu-ray") +
9204
                        '</option> \
9213
                        '</option> \
9205
                                     [% END %] \
9214
                                     [% END %] \
9206
                         [% IF ( f4u ) %] \
9215
                         [% IF ( f4u ) %] \
9207
- 

Return to bug 41697