Bugzilla – Attachment 10907 Details for
Bug 3387
WITHDRAWN items shouldn't check in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3387 - WITHDRAWN items shouldn't check in - Followup
Bug-3387---WITHDRAWN-items-shouldnt-check-in---Fol.patch (text/plain), 2.02 KB, created by
Kyle M Hall (khall)
on 2012-07-17 16:18:31 UTC
(
hide
)
Description:
Bug 3387 - WITHDRAWN items shouldn't check in - Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-07-17 16:18:31 UTC
Size:
2.02 KB
patch
obsolete
>From ba109fc5e82928d87317db93dc98520922ef3bca Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 17 Jul 2012 12:18:15 -0400 >Subject: [PATCH] Bug 3387 - WITHDRAWN items shouldn't check in - Followup > >--- > circ/returns.pl | 1 + > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 5 ++++- > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index faaa624..14ca228 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -604,6 +604,7 @@ $template->param( > dropboxdate => output_pref($dropboxdate), > overduecharges => $overduecharges, > soundon => C4::Context->preference("SoundOn"), >+ BlockReturnOfWithdrawnItems => C4::Context->preference("BlockReturnOfWithdrawnItems"), > ); > > ### Comment out rotating collections for now to allow it a little more time to bake >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 1ed01f0..d103813 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -335,7 +335,10 @@ $(document).ready(function () { > <p class="problem">Item was lost, now found.</p> > [% END %] > [% IF ( errmsgloo.withdrawn ) %] >- <p class="problem">Item is withdrawn.</p> >+ [% IF BlockReturnOfWithdrawnItems %] >+ <h3>Cannot Check In</h3> >+ [% END %] >+ <p class="problem">Item is withdrawn. <strong>NOT CHECKED IN</strong></p> > [% END %] > [% IF ( errmsgloo.debarred ) %] > <p class="problem"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber %]">[% errmsgloo.debarname %]([% errmsgloo.debarcardnumber %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %] </p> >-- >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 3387
:
10891
|
10907
|
10911
|
10941
|
11725
|
12524