Bugzilla – Attachment 84088 Details for
Bug 18661
Make "Replace only included patron attributes" default on patron import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18661: Made "Replace only included patron attributes" default on patron import
Bug-18661-Made-Replace-only-included-patron-attrib.patch (text/plain), 2.02 KB, created by
Katrin Fischer
on 2019-01-16 20:40:00 UTC
(
hide
)
Description:
Bug 18661: Made "Replace only included patron attributes" default on patron import
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-16 20:40:00 UTC
Size:
2.02 KB
patch
obsolete
>From 03d49a8c22628ecd491cac49f7d6a972968b137a Mon Sep 17 00:00:00 2001 >From: Te Rauhina Jackson <terauhina.jackson@gmail.com> >Date: Tue, 16 Jan 2018 20:49:20 +0000 >Subject: [PATCH] Bug 18661: Made "Replace only included patron attributes" > default on patron import > >Test Plan: >1) Go to the import patrons page and notice that "Replace all patron attributes" is selected by default in the Patron Attributes section. >2) Apply this patch >3) Go back to the import patrons page and notice that "Replace only included patron attributes" is delected by default. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 1ced2d5a49..6ba7e635d3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -226,11 +226,11 @@ > > <ol> > <li class="radio"> >- <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all patron attributes</label> >+ <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" /><label for="ext_preserve_0">Replace all patron attributes</label> > </li> > > <li class="radio"> >- <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included patron attributes</label> >+ <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" checked="checked" /><label for="ext_preserve_1">Replace only included patron attributes</label> > </li> > </ol> > </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 18661
:
70572
|
84031
|
84085
|
84087
| 84088