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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js (-1 / +1 lines)
Lines 23-28 import { $__ } from "@koha-vue/i18n"; Link Here
23
export const routes = [
23
export const routes = [
24
    {
24
    {
25
        path: "/cgi-bin/koha/erm/erm.pl",
25
        path: "/cgi-bin/koha/erm/erm.pl",
26
        name: "ERMHome",
26
        redirect: "/cgi-bin/koha/erm/home",
27
        redirect: "/cgi-bin/koha/erm/home",
27
        is_default: true,
28
        is_default: true,
28
        is_base: true,
29
        is_base: true,
29
- 

Return to bug 41173