Bugzilla – Attachment 31465 Details for
Bug 12698
If user changes home library in Opac change is not visible in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12698 - If user changes home library in Opac change is not visible in staff client
Bug-12698---If-user-changes-home-library-in-Opac-c.patch (text/plain), 1.60 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-09-08 16:07:19 UTC
(
hide
)
Description:
Bug 12698 - If user changes home library in Opac change is not visible in staff client
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-09-08 16:07:19 UTC
Size:
1.60 KB
patch
obsolete
>From d908dad443556a521127fdaea2c1999e12ed1dfe Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 21 Jul 2014 20:03:01 +0200 >Subject: [PATCH] Bug 12698 - If user changes home library in Opac change is > not visible in staff client > >To test: >- Set opacuserlogin and OPACPatronDetails to allow >- Log in to OPAC, go to 'your personal details' >- Change Home library >- Go to staff client: Patrons requesting modifications (/cgi-bin/koha/members/members-update.pl) >- Without patch, you do not see the change request, but can Approve, Deny or Ignore it >- With patch, you see the change request, indicating the Home library (branchcode) > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >I "slightly" rewrote the patch so it applies on current master. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 0e907d7..9231ef7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -13,6 +13,7 @@ > > [% BLOCK display_names %] > [% SWITCH field %] >+[% CASE 'branchcode' %]<span>Home library (branchcode)</span> > [% CASE 'surname' %]<span>Surname</span> > [% CASE 'firstname' %]<span>First name</span> > [% CASE 'title' %]<span>Title</span> >-- >1.9.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 12698
:
30496
|
30519
|
30564
|
30570
| 31465