From 6f3e5a6c9bcd3f40c37367c3a9452905617336b3 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 8 Jul 2020 17:24:46 -0400 Subject: [PATCH] Bug 25718: Correct typo in additem.tt Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 2d64bef70f..1674d43800 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -42,7 +42,7 @@ [% IF ( book_reserved ) %]
Cannot delete: item has a waiting hold.
[% END %] [% IF ( not_same_branch ) %]
Cannot delete: The items do not belong to your library.
[% END %] [% IF ( linked_analytics ) %]
Cannot delete: item has linked analytics..
[% END %] -[% IF last_item_for_hold %]
Cannot delete: Last item for bibliographic record wich biblio-level hold on it.
[% END %] +[% IF last_item_for_hold %]
Cannot delete: Last item for bibliographic record with biblio-level hold on it.
[% END %]
[% IF ( item_loop ) %] -- 2.11.0