Bug 32464: Koha::Item->as_marc_field obsolete option mss
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 13 Dec 2022 21:24:54 +0000 (11:24 -1000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 6 Jun 2023 18:40:15 +0000 (15:40 -0300)
commit4cb5f36c2a376cd2b41ee90e3d1aaca1e33e22cc
treecd953435c5f608446b8e2d269a04947a3978b62f
parent75c9b07c5c995534faa6cc2aeb20fc0e3225853d
Bug 32464: Koha::Item->as_marc_field obsolete option mss

Since Bug 28445 the method Koha::Item->as_marc_field has the option mss not anymore.

This patch removes this in Koha::Filter::MARC::EmbedItems.

Test with :
prove t/db_dependent/Koha/Filter/EmbedItems.t

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Filter/MARC/EmbedItems.pm