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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js (-2 / +1 lines)
Lines 341-347 export const routes = [ Link Here
341
                    },
341
                    },
342
                    {
342
                    {
343
                        path: "reports",
343
                        path: "reports",
344
                        title: "Reports",
344
                        title: $__("Reports"),
345
                        icon: "fa fa-bar-chart",
345
                        icon: "fa fa-bar-chart",
346
                        is_end_node: true,
346
                        is_end_node: true,
347
                        children: [
347
                        children: [
348
- 

Return to bug 38823