From fb336f126e79223b41af229c3ec9f9a3e82c1a66 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 10 Apr 2015 09:42:18 -0400 Subject: [PATCH] Bug 11759: (QA followup) Fix koha-qa errors Signed-off-by: Jonathan Druart Signed-off-by: Marcel de Rooy --- circ/circulation.pl | 3 ++- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index e896454c1c..ed470ec783 100755 --- a/circ/circulation.pl +++ b/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}){ 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 7d16375545..6b691b7e09 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 @@ -13,10 +13,9 @@ [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] -[% IF ( UseTablesortForCirc ) %] - + +[% INCLUDE 'datatables.inc' %] [% INCLUDE 'datatables-strings.inc' %] -[% END %]