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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue (-10 lines)
Lines 292-306 export default { Link Here
292
                        )
292
                        )
293
                    },
293
                    },
294
                },
294
                },
295
                {
296
                    title: __("Actions"),
297
                    data: function (row, type, val, meta) {
298
                        return '<div class="actions"></div>'
299
                    },
300
                    className: "actions noExport",
301
                    searchable: false,
302
                    orderable: false,
303
                },
304
            ]
295
            ]
305
        },
296
        },
306
    },
297
    },
307
- 

Return to bug 33066