Bug 27526: Fix cn_source display
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Jul 2021 13:16:32 +0000 (15:16 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Oct 2021 09:44:22 +0000 (11:44 +0200)
commit6560049c65d911905090afa3bf261984fa4b35f1
tree7efc8c4870c7a8f25a8c24c5828be2863376352c
parent9f1d78e8750a5c02e0e6e73f4185a5ffc18bed83
Bug 27526: Fix cn_source display

For an unknown reason C4::Biblio::GetAuthorisedValueDesc (that we are
calling from Koha::Item->columns_to_str) does not deal with class
sources.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Biblio.pm