@@ -, +, @@ --- circ/circulation.pl | 4 +--- .../en/modules/circ/circulation_batch_checkouts.tt | 9 ++++----- 2 files changed, 5 insertions(+), 8 deletions(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -400,7 +400,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; } } @@ -413,8 +413,6 @@ if (@$barcodes) { my ( $od, $issue, $fines ) = GetMemberIssuesAndFines($borrowernumber); - # FIXME If the issue is confirmed, we launch another time GetMemberIssuesAndFines, now display the issue count after issue - my ( $od, $issue, $fines ) = GetMemberIssuesAndFines( $borrowernumber ); $template_params->{issuecount} = $issue; if ( $iteminfo ) { --- 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 %]