Bugzilla – Attachment 91419 Details for
Bug 23283
cannot view/edit additional attributes in 18.11.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23283: cannot view/edit additional attributes in 18.11.x
Bug-23283-cannot-viewedit-additional-attributes-in.patch (text/plain), 723 bytes, created by
Lucas Gass (lukeg)
on 2019-07-08 21:10:47 UTC
(
hide
)
Description:
Bug 23283: cannot view/edit additional attributes in 18.11.x
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-07-08 21:10:47 UTC
Size:
723 bytes
patch
obsolete
>From 5276574da2c0044d76030e4d749dc86b09959958 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 8 Jul 2019 21:09:32 +0000 >Subject: [PATCH] Bug 23283: cannot view/edit additional attributes in 18.11.x > >--- > members/memberentry.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 93c92c8f37..b4c928ea4d 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -743,6 +743,7 @@ foreach (qw(dateenrolled dateexpiry dateofbirth)) { > } > > if (C4::Context->preference('ExtendedPatronAttributes')) { >+ $template->param(ExtendedPatronAttributes => 1); > patron_attributes_form($template, $borrowernumber, $op); > } > >-- >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 23283
:
91419
|
91420
|
91434
|
91454
|
91467