@@ -, +, @@ --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- 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 @@ -137,9 +137,6 @@ $(document).ready(function() { [% IF checkout_info.AGE_RESTRICTION %] Age restriction [% checkout_info.AGE_RESTRICTION %] [% END %] - [% IF checkout_info.DEBT %] - The patron has a debt of [% checkout_info.DEBT %] - [% END %] [% IF checkout_info.RENEW_ISSUE %] This Item is currently checked out to this patron. Renew? [% END %] @@ -260,6 +257,9 @@ $(document).ready(function() { [% IF checkout_info.UNKNOWN_BARCODE %]
  • The barcode was not found [% checkout_info.barcode |html %] [% END %] + [% IF checkout_info.DEBT %] + The patron has a debt of [% checkout_info.DEBT %] + [% END %]

    [% END %] --