@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -145,7 +145,7 @@ [% IF checkout_info.BORRNOTSAMEBRANCH %]
  • This patron is from a different library ([% Branches.GetName( checkout_info.BORRNOTSAMEBRANCH ) | html %]).
  • [% END %] - [% IF checkout_ino.PATRON_CANT %] + [% IF checkout_info.PATRON_CANT %]
  • This patron can't check out this item per library circulation policy.
  • [% END %] [% IF checkout_info.NOT_FOR_LOAN_FORCING %] --