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:
parent
4358726df0
commit
dc9c871e57
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue