Bugzilla – Attachment 44983 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: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION
PASSED-QA-Bug-15091-DEBT-is-IMPOSSIBLE-not-NEEDSCO.patch (text/plain), 1.92 KB, created by
Katrin Fischer
on 2015-11-19 10:11:58 UTC
(
hide
)
Description:
[PASSED QA] Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-11-19 10:11:58 UTC
Size:
1.92 KB
patch
obsolete
>From 399ef781879946e43134fd0a95fcf4ba96c0e9e4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Nov 2015 12:10:19 +0000 >Subject: [PATCH] [PASSED QA] Bug 15091: DEBT is IMPOSSIBLE, not > NEEDSCONFIRMATION >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 cf04b5e..fef0b11 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 >@@ -137,9 +137,6 @@ $(document).ready(function() { > [% IF checkout_info.AGE_RESTRICTION %] > Age restriction [% checkout_info.AGE_RESTRICTION %] > [% END %] >- [% IF checkout_info.DEBT %] >- The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed --> >- [% END %] > [% IF checkout_info.RENEW_ISSUE %] > This Item is currently checked out to this patron. Renew? > [% END %] >@@ -260,6 +257,9 @@ $(document).ready(function() { > [% IF checkout_info.UNKNOWN_BARCODE %] > <li>The barcode was not found [% checkout_info.barcode |html %] > [% END %] >+ [% IF checkout_info.DEBT %] >+ The patron has a debt of [% checkout_info.DEBT %] <!-- Need debt_confirmed --> >+ [% END %] > </p> > [% END %] > </td> >-- >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