Bugzilla – Attachment 78084 Details for
Bug 21209
When trying to edit housebound roles, the edit button goes to patron attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21209: (bug 20828 follow-up) Step 4 of moremember is used for Housebound and additional attributes
Bug-21209-bug-20828-follow-up-Step-4-of-moremember.patch (text/plain), 1.94 KB, created by
Claire Gravely
on 2018-08-22 05:51:04 UTC
(
hide
)
Description:
Bug 21209: (bug 20828 follow-up) Step 4 of moremember is used for Housebound and additional attributes
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2018-08-22 05:51:04 UTC
Size:
1.94 KB
patch
obsolete
>From c311c780331ba3106c25f8e291c6e2ea42a7a4a0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Aug 2018 15:07:05 -0300 >Subject: [PATCH] Bug 21209: (bug 20828 follow-up) Step 4 of moremember is used > for Housebound and additional attributes > >Test plan: > >1) Make sure the HouseboundModule is enabled in system preferences >2) Go to a patron file >3) Next to Housebound roles, click on "Add" >4) Check "Yes" next to one of the two roles (or both) >5) Click "Save" >6) The "Add" button is now "Edit", click on it > >The page is the one to edit housebound roles. > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 79620d7..42d0b2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -298,7 +298,7 @@ > [% IF ( housebound_role.housebound_chooser == 1 OR housebound_role.housebound_deliverer == 1 ) %] > <div class="patroninfo-heading"> > <h3>Housebound roles</h3> >- <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=4"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=7"><i class="fa fa-pencil"></i> Edit</a> > </div> > <div class="rows"> > <ol> >-- >2.1.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 21209
:
77763
|
78083
|
78084
|
78105