Bugzilla – Attachment 17272 Details for
Bug 9860
Incorrect box heading 'Cannot check in' when a late document is returned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9860 Incorrect box heading (Cannot check in) when a document is late
0001-Bug-9860-Incorrect-box-heading-Cannot-check-in-when-.patch (text/plain), 1.17 KB, created by
Koha Team University Lyon 3
on 2013-04-08 09:00:42 UTC
(
hide
)
Description:
Bug 9860 Incorrect box heading (Cannot check in) when a document is late
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2013-04-08 09:00:42 UTC
Size:
1.17 KB
patch
obsolete
>From fbb860252ea6484af24e14246ec72a8159afac81 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Mon, 8 Apr 2013 09:46:57 +0200 >Subject: [PATCH 1/2] Bug 9860 Incorrect box heading 'Cannot check in' when a late document is returned > >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index a009c58..8b2b1eb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -317,8 +317,10 @@ $(document).ready(function () { > > [% IF ( errmsgloop ) %] > <div class="dialog alert"> >- <h5>Cannot check in</h5> > [% FOREACH errmsgloo IN errmsgloop %] >+ [% UNLESS ( errmsgloo.debarred ) %] >+ <h5>Cannot check in</h5> >+ [% END %] > [% IF ( errmsgloo.badbarcode ) %] > <p class="problem">No item with barcode: [% errmsgloo.msg %]</p> > [% END %] >-- >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 9860
:
16458
|
17272
|
17292
|
17304
|
17555