Bugzilla – Attachment 101888 Details for
Bug 24988
autorenew_checkouts should default to yes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24988: Default to autorenew_checkouts for new patrons
Bug-24988-Default-to-autorenewcheckouts-for-new-pa.patch (text/plain), 1.83 KB, created by
Kyle M Hall (khall)
on 2020-03-26 16:08:50 UTC
(
hide
)
Description:
Bug 24988: Default to autorenew_checkouts for new patrons
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-03-26 16:08:50 UTC
Size:
1.83 KB
patch
obsolete
>From a1bfa000b65e0522c8932704a6b6ed29965b3a18 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 26 Mar 2020 13:38:07 +0000 >Subject: [PATCH] Bug 24988: Default to autorenew_checkouts for new patrons > >To recreate: >1 - Create a new patron on the staff interface >2 - Note that 'Allow auto-renewal of items' defaults to 'no' >3 - Apply patch >4 - Create another patron >5 - 'Allow auto-renewal of items' defaults to 'yes' > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Devinim <kohadevinim@devinim.com.tr> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 89fe78f993..e4ba9ca31e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -875,7 +875,7 @@ legend:hover { > <label for="yes-autorenew_checkouts"> > Allow auto-renewal of items: > </label> >- [% IF ( autorenew_checkouts ) %] >+ [% IF ( autorenew_checkouts || opadd ) %] > <label for="yes-autorenew_checkouts"> > Yes > <input type="radio" id="yes-autorenew_checkouts" name="autorenew_checkouts" value="1" checked="checked" /> >-- >2.21.1 (Apple Git-122.3)
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 24988
:
101836
|
101849
|
101863
| 101888