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>
Fri, 9 Jun 2023 15:04:54 +0000 (12:04 -0300)
commit8dfecfb17627881407e5cf9262545d2c6a77d62f
tree2a4a00af66709277d10c929936cc5d143679ea6d
parentafd30b8f4d11c36c86f26a8d5849c7990297f265
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