Koha/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsToolbar.vue
Jonathan Druart 88b738828b
Bug 32030: eHoldings - Vue
Please enter the commit message for your changes. Lines starting

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:43:59 -03:00

12 lines
265 B
Vue

<template>
<router-link to="/cgi-bin/koha/erm/eholdings/add" class="btn btn-default"
><font-awesome-icon icon="plus" />
{{ $t("New eHolding") }}</router-link
>
</template>
<script>
export default {
name: "EHoldingsToolbar",
}
</script>