Bugzilla – Attachment 62313 Details for
Bug 18423
Add child button not always appearing - problem in template variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18423 follow up - fix display off add child on members/notices.pl
Bug-18423-follow-up---fix-display-off-add-child-on.patch (text/plain), 979 bytes, created by
Jonathan Druart
on 2017-04-18 18:20:56 UTC
(
hide
)
Description:
Bug 18423 follow up - fix display off add child on members/notices.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-04-18 18:20:56 UTC
Size:
979 bytes
patch
obsolete
>From 919767b0798c828ad1927da9b103cb03ab610e33 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 12 Apr 2017 11:32:11 -0400 >Subject: [PATCH] Bug 18423 follow up - fix display off add child on > members/notices.pl >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > members/notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/notices.pl b/members/notices.pl >index 962a3f1..2285bb8 100755 >--- a/members/notices.pl >+++ b/members/notices.pl >@@ -73,7 +73,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { > } > > $template->param(%$borrower); >- >+$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' ); > $template->param( > QUEUED_MESSAGES => $queued_messages, > borrowernumber => $borrowernumber, >-- >2.9.3
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 18423
:
62094
|
62100
|
62101
|
62225
|
62228
|
62229
|
62230
|
62307
|
62308
|
62312
| 62313 |
62314
|
62315
|
62316