@@ -, +, @@ --- t/db_dependent/Items.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Items.t +++ a/t/db_dependent/Items.t @@ -1113,7 +1113,7 @@ subtest 'ModItemFromMarc' => sub { $item->permanent_location(undef)->more_subfields_xml(undef)->store; $item = $item->get_from_storage; - # This time nothing is set, but we pass an emty string + # This time nothing is set, but we pass an empty string $item->permanent_location(""); $item->location('E'); $marc = C4::Items::Item2Marc( $item->unblessed, $item->biblionumber ); --