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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersCounterLogs.vue (-2 / +1 lines)
Lines 146-152 export default { Link Here
146
                              '">' +
146
                              '">' +
147
                              $patron_to_html(patron) +
147
                              $patron_to_html(patron) +
148
                              "</a>"
148
                              "</a>"
149
                            : this.$__("Cronjob");
149
                            : __("Cronjob");
150
                        return importer;
150
                        return importer;
151
                    },
151
                    },
152
                    searchable: true,
152
                    searchable: true,
153
- 

Return to bug 40737