@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -144,7 +144,7 @@ [% IF !whole.stage || whole.stage == 'form' %]

Issue requested item to [% INCLUDE 'patron-title.inc' patron = request.patron %]

[% IF !request.biblio_id || request.biblio_id.length == 0 %] -
This item cannot be issued as it has no biblio record associated with it
+
This item cannot be checked out as it has no bibliographic record associated with it
[% END %] [% IF whole.value.errors.itemcount %]
The bibliographic record for this request has multiple items, it should only have one. Please fix this then try again.
--