https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37273 --- Comment #5 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Comment on attachment 169107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169107 Bug 37273: Added ID column to ERM Agreements and Licenses Tables Review of attachment 169107: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=37273&attachment=169107) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue @@ +268,3 @@
{ title: __("Name"), data: "me.name:me.agreement_id",
We can probably also change this to 'me.name' only. ::: koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesList.vue @@ +161,3 @@
{ title: __("Name"), data: "me.name:me.license_id",
We can probably also change this to 'me.name' only. -- You are receiving this mail because: You are watching all bug changes.