Bug 32030: Replace vendor with publisher name on the EBSCO title list view

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-08-04 15:03:23 +02:00 committed by Tomas Cohen Arazi
parent 4358726df0
commit dc9c871e57
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -190,12 +190,12 @@ export default {
}
},
{
title: __("Vendor"),
data: "vendor_id",
title: __("Publisher name"),
data: "me.publisher_name",
searchable: false,
orderable: false,
render: function (data, type, row, meta) {
return row.vendor_id != undefined ? escape_str(vendors_map[row.vendor_id].name) : ""
return escape_str(row.publisher_name)
}
},
{