Browse Source

Bug 32983: Fix dropdown list when search for EBSCO's packages

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Jonathan Druart 3 months ago
committed by Tomas Cohen Arazi
parent
commit
5c3693bbd2
  1. 4
      koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue

4
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOPackagesList.vue

@ -14,9 +14,9 @@
<option
v-for="type in av_package_content_types"
:key="type.authorised_values"
:value="type.authorised_value"
:value="type.value"
>
{{ type.lib }}
{{ type.description }}
</option>
</select>
{{ $__("Selection status") }}:

Loading…
Cancel
Save