Bugzilla – Attachment 44981 Details for
Bug 15091
Batch Checkout Doesn't Tell You it Failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15091: Batch Checkout: Set titles above result tables
PASSED-QA-Bug-15091-Batch-Checkout-Set-titles-abov.patch (text/plain), 1.81 KB, created by
Katrin Fischer
on 2015-11-19 10:11:51 UTC
(
hide
)
Description:
[PASSED QA] Bug 15091: Batch Checkout: Set titles above result tables
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-19 10:11:51 UTC
Size:
1.81 KB
patch
obsolete
>From 0ba32521b06717ed7683e40600414e3b737fb25c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 3 Nov 2015 20:06:25 +0100 >Subject: [PATCH] [PASSED QA] Bug 15091: Batch Checkout: Set titles above > result tables > >This patch is to clarify the results that are displayed while performing >a batch checkout. > >It is not the full solution for what is described in the video in >comment #2, but it tells the user what the information in the table >is about. > >A second patch is planned to address the case where the issues are confirmed >but not can be fulfilled because the user's fines reach the threshold while >checking out the items. > >Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 +++ > 1 file changed, 3 insertions(+) > >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 4bfd05a..ade63f6 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 >@@ -94,7 +94,10 @@ $(document).ready(function() { > > [% ELSE %] > [% IF confirmation_needed && CAN_user_circulate_force_checkout %] >+ <h3>Batch checkout confirmation [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1> > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off"> >+ [% ELSE %] >+ <h3>Batch checkout information [% IF borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %]</h1> > [% END %] > <table id="checkout_infos"> > <thead> >-- >1.9.1
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 15091
:
44212
|
44340
|
44343
|
44344
|
44345
|
44346
|
44465
|
44491
|
44492
|
44958
|
44959
| 44981 |
44982
|
44983