Bugzilla – Attachment 131515 Details for
Bug 29684
Warning File not found: js/locale_data.js
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29684: (QA follow-up) add lost borrower_data. prefix in memberentrygen.tt for: - primary_contact_method - autorenew_checkouts - sort1 - sort2
Bug-29684-QA-follow-up-add-lost-borrowerdata-prefi.patch (text/plain), 7.64 KB, created by
Jonathan Druart
on 2022-03-09 08:58:47 UTC
(
hide
)
Description:
Bug 29684: (QA follow-up) add lost borrower_data. prefix in memberentrygen.tt for: - primary_contact_method - autorenew_checkouts - sort1 - sort2
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-03-09 08:58:47 UTC
Size:
7.64 KB
patch
obsolete
>From 466318902c2739585c713e03fe6c8394cffbc463 Mon Sep 17 00:00:00 2001 >From: Andrew Nugged <nugged@gmail.com> >Date: Fri, 11 Feb 2022 01:16:22 +0200 >Subject: [PATCH] Bug 29684: (QA follow-up) add lost borrower_data. prefix in > memberentrygen.tt for: - primary_contact_method - autorenew_checkouts - sort1 > - sort2 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/members/memberentrygen.tt | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > >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 84110331c66..a8a9ad3f7e3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -777,42 +777,42 @@ legend:hover { > <select id="primary_contact_method" name="primary_contact_method"> > <option value=""></option> > [% UNLESS nophone %] >- [% IF ( primary_contact_method == 'phone' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'phone' ) %] > <option value="phone" selected="selected">Primary phone</option> > [% ELSE %] > <option value="phone">Primary phone</option> > [% END %] > [% END %] > [% UNLESS nophonepro %] >- [% IF ( primary_contact_method == 'phonepro' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'phonepro' ) %] > <option value="phonepro" selected="selected">Secondary phone</option> > [% ELSE %] > <option value="phonepro">Secondary phone</option> > [% END %] > [% END %] > [% UNLESS nomobile %] >- [% IF ( primary_contact_method == 'mobile' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'mobile' ) %] > <option value="mobile" selected="selected">Other phone</option> > [% ELSE %] > <option value="mobile">Other phone</option> > [% END %] > [% END %] > [% UNLESS noemail %] >- [% IF ( primary_contact_method == 'email' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'email' ) %] > <option value="email" selected="selected">Primary email</option> > [% ELSE %] > <option value="email">Primary email</option> > [% END %] > [% END %] > [% UNLESS noemailpro %] >- [% IF ( primary_contact_method == 'emailpro' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'emailpro' ) %] > <option value="emailpro" selected="selected">Secondary email</option> > [% ELSE %] > <option value="emailpro">Secondary email</option> > [% END %] > [% END %] > [% UNLESS nofax %] >- [% IF ( primary_contact_method == 'fax' ) %] >+ [% IF ( borrower_data.primary_contact_method == 'fax' ) %] > <option value="fax" selected="selected">Fax</option> > [% ELSE %] > <option value="fax">Fax</option> >@@ -944,7 +944,7 @@ legend:hover { > [% END %] > Sort 1: > </label> >- [% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=sort1, empty=1, size = 20 %] >+ [% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=borrower_data.sort1, empty=1, size = 20 %] > [% IF ( mandatorysort1 ) %] > <span class="required">Required</span> > [% END %] >@@ -960,7 +960,7 @@ legend:hover { > [% END %] > Sort 2: > </label> >- [% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, empty=1, size = 20 %] >+ [% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=borrower_data.sort2, empty=1, size = 20 %] > [% IF ( mandatorysort2 ) %] > <span class="required">Required</span> > [% END %] >@@ -972,7 +972,7 @@ legend:hover { > <label for="yes-autorenew_checkouts"> > Allow auto-renewal of items: > </label> >- [% IF ( autorenew_checkouts || opadd ) %] >+ [% IF ( borrower_data.autorenew_checkouts || opadd ) %] > <label for="yes-autorenew_checkouts"> > Yes > <input type="radio" id="yes-autorenew_checkouts" name="autorenew_checkouts" value="1" checked="checked" /> >-- >2.25.1
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 29684
:
128571
|
128675
|
129532
|
129534
|
129536
|
130184
|
130185
|
130186
|
130210
|
130211
|
130212
|
130413
|
130417
|
130421
|
130477
|
131510
|
131511
|
131512
|
131513
|
131514
| 131515