Bugzilla – Attachment 108873 Details for
Bug 16112
Specify renewal date for batch renew
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16112: Do not depend on SpecifyDueDate
Bug-16112-Do-not-depend-on-SpecifyDueDate.patch (text/plain), 2.46 KB, created by
Katrin Fischer
on 2020-08-21 22:00:42 UTC
(
hide
)
Description:
Bug 16112: Do not depend on SpecifyDueDate
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-21 22:00:42 UTC
Size:
2.46 KB
patch
obsolete
>From a8da31bc11aaa991678a710c6a47357d46adcfd2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 21 Aug 2020 09:06:41 +0200 >Subject: [PATCH] Bug 16112: Do not depend on SpecifyDueDate > >It's possible to specify a renewal due date in the checkouts table >even if SpecifyDueDate is off. > >Also change the label from "Specify due date:" to "Renewal due date:" > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index aa13327999..717b815fd2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -177,15 +177,13 @@ > > <button type="submit" class="btn btn-default">Submit</button> > >- [% IF Koha.Preference('SpecifyDueDate') %] >- <div class="circ-settings show"> >- <div class="date-select" id="renew_date_override_fields"> >- <div><label for="hard_due_date" class="hint">Specify due date [% INCLUDE 'date-format.inc' %]:</label></div> >- <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> >- <button type="button" class="action btn btn-default btn-xs" id="cleardate" name="cleardate">Clear</button> >- </div> <!-- /.date-select --> >- </div> >- [% END %] >+ <div class="circ-settings show"> >+ <div class="date-select" id="renew_date_override_fields"> >+ <div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div> >+ <input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> >+ <button type="button" class="action btn btn-default btn-xs" id="cleardate" name="cleardate">Clear</button> >+ </div> <!-- /.date-select --> >+ </div> > > </fieldset> > >-- >2.11.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 16112
:
107786
|
107835
|
107865
|
107890
|
107891
|
108639
|
108640
|
108641
|
108658
|
108659
|
108661
|
108662
|
108663
|
108665
|
108776
|
108871
|
108872
| 108873