Bugzilla – Attachment 37650 Details for
Bug 11759
Batch checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11759 [QA Followup] - Fix koha-qa errors
Bug-11759-QA-Followup---Fix-koha-qa-errors.patch (text/plain), 2.76 KB, created by
Kyle M Hall (khall)
on 2015-04-10 13:55:35 UTC
(
hide
)
Description:
Bug 11759 [QA Followup] - Fix koha-qa errors
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-10 13:55:35 UTC
Size:
2.76 KB
patch
obsolete
>From 93bc3c7d63e9a2633a4cb91229a7bfd9b43c9962 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 10 Apr 2015 09:42:18 -0400 >Subject: [PATCH] Bug 11759 [QA Followup] - Fix koha-qa errors > >--- > circ/circulation.pl | 4 +--- > .../en/modules/circ/circulation_batch_checkouts.tt | 9 ++++----- > 2 files changed, 5 insertions(+), 8 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 69580ad..0f04209 100755 >--- a/circ/circulation.pl >+++ b/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 ) { >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 c2947e8..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 @@ > </title> > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'calendar.inc' %] >-[% IF ( UseTablesortForCirc ) %]<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> >-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >+<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> >+[% INCLUDE 'datatables.inc' %] > [% INCLUDE 'datatables-strings.inc' %] >-<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>[% END %] > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery-ui-timepicker-addon.js"></script> > <script type="text/javascript"> >@@ -48,8 +47,8 @@ $(document).ready(function() { > <div id="doc3" class="yui-t2"> > > <div id="bd"> >- <div id="yui-main"> >- <div class="yui-b"> >+<div id="yui-main"> >+<div class="yui-b"> > > <div class="yui-g"> > >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11759
:
25255
|
25256
|
25257
|
25258
|
25260
|
25620
|
26442
|
26455
|
26806
|
26807
|
26808
|
26809
|
26810
|
26811
|
26813
|
26814
|
26815
|
26833
|
26854
|
27613
|
37603
|
37604
|
37605
|
37606
|
37607
|
37608
|
37609
|
37610
|
37611
|
37612
|
37613
|
37614
|
37650
|
37653
|
41692
|
41693
|
41694
|
41695
|
41696
|
41697
|
41698
|
41735
|
41736
|
41737
|
41738
|
41739
|
41740
|
41741
|
43626
|
43627