Bugzilla – Attachment 44492 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]
Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION
Bug-15091-DEBT-is-IMPOSSIBLE-not-NEEDSCONFIRMATION.patch (text/plain), 1.72 KB, created by
Jonathan Druart
on 2015-11-05 12:10:45 UTC
(
hide
)
Description:
Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-05 12:10:45 UTC
Size:
1.72 KB
patch
obsolete
>From d11130625678bec4e774da69314d3f5728ffe642 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] Bug 15091: DEBT is IMPOSSIBLE, not NEEDSCONFIRMATION > >--- > .../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 0ad6689..9e8a383 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 >@@ -128,9 +128,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 %] >@@ -251,6 +248,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> >-- >2.1.0
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