@@ -, +, @@ and Barcode to PREVISSUE message. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -279,7 +279,7 @@ $(document).ready(function() { [% END %] [% IF PREVISSUE %] -
  • This item has previously been checked out to this patron. Check out anyway?
  • +
  • Item [% getTitleMessageIteminfo %] ([% getBarcodeMessageIteminfo %]) has previously been checked out to this patron. Check out anyway?
  • [% END %] [% IF BIBLIO_ALREADY_ISSUED %] --