From 6009d19e8c311201fc1830d5c8a70150d3da770f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 12 Aug 2018 20:02:48 +0000 Subject: [PATCH] Bug 17674: (follow-up) Fix wrong number of tests, make button 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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index 1ba60ea..557a654 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -141,7 +141,7 @@
[% END %] [% END %] - +

[% END %] diff --git a/t/db_dependent/Serials.t b/t/db_dependent/Serials.t index 6954cd8..197f757 100755 --- a/t/db_dependent/Serials.t +++ b/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 { -- 2.1.4