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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-1 / +1 lines)
Lines 81-86 export default { Link Here
81
                ...this.tableColumns,
81
                ...this.tableColumns,
82
                {
82
                {
83
                    name: "actions",
83
                    name: "actions",
84
                    className: "noExport",
84
                    title: this.$__("Actions"),
85
                    title: this.$__("Actions"),
85
                    searchable: false,
86
                    searchable: false,
86
                    render: (data, type, row) => {
87
                    render: (data, type, row) => {
87
- 

Return to bug 34447