@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 + t/db_dependent/Koha/Item.t | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1824,6 +1824,7 @@ Note that permanent location is a code, and location may be an authval. $('#modal-item-group-unset').modal('hide'); }); [% END %] + [% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] --- a/t/db_dependent/Koha/Item.t +++ a/t/db_dependent/Koha/Item.t @@ -20,7 +20,7 @@ use Modern::Perl; use utf8; -use Test::More tests => 16; +use Test::More tests => 17; use Test::Exception; use Test::MockModule; --