Bugzilla – Attachment 26192 Details for
Bug 10860
On-site checkouts (was In-House Use)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10860: In-House use should not be renewed
Bug-10860-In-House-use-should-not-be-renewed.patch (text/plain), 2.50 KB, created by
Jonathan Druart
on 2014-03-12 15:28:43 UTC
(
hide
)
Description:
Bug 10860: In-House use should not be renewed
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-03-12 15:28:43 UTC
Size:
2.50 KB
patch
obsolete
>From 9322f750e2e9f1f562b87dc6ac7ffe8fc765c312 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 12 Mar 2014 15:53:23 +0100 >Subject: [PATCH] Bug 10860: In-House use should not be renewed > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index b5b795c..89d7271 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -801,7 +801,9 @@ No patron matched <span class="ex">[% message %]</span> > [% IF ( todayissue.renew_failed ) %] > <td class="problem">Renewal failed</td> > [% ELSE %] >- <td><span style="padding: 0 1em;">[% IF ( todayissue.renewals ) %][% todayissue.renewals %][% ELSE %]0[% END %]</span> >+ <td> >+ [% UNLESS todayissue.inhouse_use %] >+ <span style="padding: 0 1em;">[% IF ( todayissue.renewals ) %][% todayissue.renewals %][% ELSE %]0[% END %]</span> > [% IF ( todayissue.can_renew ) %] > <input type="checkbox" name="all_items[]" value="[% todayissue.itemnumber %]" checked="checked" style="display: none;" /> > [% IF ( todayissue.od ) %] >@@ -836,6 +838,7 @@ No patron matched <span class="ex">[% message %]</span> > </span> > [% END %] > [% END %] >+ [% END %] > </td> > [% END %] > [% IF ( todayissue.return_failed ) %] >@@ -901,7 +904,9 @@ No patron matched <span class="ex">[% message %]</span> > [% IF ( previssue.renew_failed ) %] > <td class="problem">Renewal failed</td> > [% ELSE %] >- <td><span style="padding: 0 1em;">[% IF ( previssue.renewals ) %][% previssue.renewals %][% ELSE %]0[% END %]</span> >+ <td> >+ [% UNLESS todayissue.inhouse_use %] >+ <span style="padding: 0 1em;">[% IF ( previssue.renewals ) %][% previssue.renewals %][% ELSE %]0[% END %]</span> > [% IF ( previssue.can_renew ) %] > <input type="checkbox" name="all_items[]" value="[% previssue.itemnumber %]" checked="checked" style="display: none;" /> > [% IF ( previssue.od ) %] >@@ -936,6 +941,7 @@ No patron matched <span class="ex">[% message %]</span> > </span> > [% END %] > [% END %] >+ [% END %] > </td> > [% END %] > [% IF ( previssue.return_failed ) %] >-- >1.7.10.4
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 10860
:
20959
|
20960
|
20961
|
21195
|
21642
|
22461
|
26089
|
26114
|
26123
|
26185
|
26191
|
26192
|
31388
|
31507
|
31548
|
31664
|
31665
|
32213
|
32214
|
32216
|
32223
|
32579
|
32580
|
32581
|
32954
|
32979
|
32980
|
32981
|
32982
|
32983
|
32984
|
32997
|
32998
|
33031
|
33032
|
33033
|
33034
|
33035
|
33036
|
33037
|
33105
|
33106
|
33107
|
33108
|
33109
|
33110
|
33111
|
33163
|
33165