@@ -, +, @@ match visually --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- t/db_dependent/Serials.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -142,7 +142,7 @@
[% END %] [% END %] - +

[% END %] --- a/t/db_dependent/Serials.t +++ a/t/db_dependent/Serials.t @@ -18,7 +18,7 @@ use Koha::DateUtils; use Koha::Acquisition::Booksellers; use Koha::Serials; use t::lib::Mocks; -use Test::More tests => 49; +use Test::More tests => 47; use t::lib::TestBuilder; BEGIN { --