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)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Mon, 12 Jun 2023 11:42:33 +0000 (11:42 +0000)
commit0a85a02820a944edc09aa17bbe628aa54c4d4a15
treeec4b54f0c57ca15d7f5a9e74c6bcd8a5588f7907
parent4e29bdc3a0b1652f2d02ddf978f25fd3f86d261c
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>
(cherry picked from commit 8dfecfb17627881407e5cf9262545d2c6a77d62f)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Koha/Filter/MARC/EmbedItems.pm