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 283-297 export default { Link Here
283
                        )
283
                        )
284
                    },
284
                    },
285
                },
285
                },
286
                {
287
                    title: __("Actions"),
288
                    data: function (row, type, val, meta) {
289
                        return '<div class="actions"></div>'
290
                    },
291
                    className: "actions noExport",
292
                    searchable: false,
293
                    orderable: false,
294
                },
295
            ]
286
            ]
296
        },
287
        },
297
    },
288
    },
298
- 

Return to bug 33066