From 80a1bf1eea909bb5641ec6d61410f4a36c24427d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 5 Nov 2015 12:10:19 +0000 Subject: [PATCH] Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Véron Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index cf04b5e161..fef0b11414 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/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 %] -- 2.11.0