From c11a3f621e3762713a87a079832b283bec4d4e31 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 Content-Type: text/plain; charset=utf-8 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 f863ba8..aa7c998 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 7d16375..6b691b7 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 %]