@@ -, +, @@ --- circ/circulation.pl | 3 ++- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -404,7 +404,7 @@ if (@$barcodes) { $template_params->{getTitleMessageIteminfo} = $iteminfo->{'title'}; $template_params->{getBarcodeMessageIteminfo} = $iteminfo->{'barcode'}; $template_params->{NEEDSCONFIRMATION} = 1; - $template_params->{onsite_checkout} => $onsite_checkout, + $template_params->{onsite_checkout} = $onsite_checkout; $confirm_required = 1; } } @@ -416,6 +416,7 @@ if (@$barcodes) { } } + # FIXME If the issue is confirmed, we launch another time GetMemberIssuesAndFines, now display the issue count after issue my ( $od, $issue, $fines ) = GetMemberIssuesAndFines($borrowernumber); if ($question->{RESERVE_WAITING} or $question->{RESERVED}){ --- 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 @@ -13,10 +13,9 @@ [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] -[% IF ( UseTablesortForCirc ) %] - + +[% INCLUDE 'datatables.inc' %] [% INCLUDE 'datatables-strings.inc' %] -[% END %]