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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-1 / +1 lines)
Lines 84-89 export default { Link Here
84
                    className: "noExport",
84
                    className: "noExport",
85
                    title: this.$__("Actions"),
85
                    title: this.$__("Actions"),
86
                    searchable: false,
86
                    searchable: false,
87
                    sortable: false,
87
                    render: (data, type, row) => {
88
                    render: (data, type, row) => {
88
                        let content = []
89
                        let content = []
89
                        this.actions["-1"].forEach(action => {
90
                        this.actions["-1"].forEach(action => {
90
- 

Return to bug 34465