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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue (-3 lines)
Lines 23-35 import KohaTable from "../KohaTable.vue" Link Here
23
export default {
23
export default {
24
    setup() {
24
    setup() {
25
        const { setConfirmationDialog, setMessage } = inject("mainStore")
25
        const { setConfirmationDialog, setMessage } = inject("mainStore")
26
        const patron_to_html = $patron_to_html
27
26
28
        const table = ref()
27
        const table = ref()
29
28
30
        return {
29
        return {
31
            table,
30
            table,
32
            patron_to_html,
33
            setConfirmationDialog,
31
            setConfirmationDialog,
34
            setMessage,
32
            setMessage,
35
        }
33
        }
36
- 

Return to bug 36627