Bugzilla – Attachment 62101 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), 771 bytes, created by
Nick Clemens (kidclamp)
on 2017-04-12 15:35:43 UTC
(
hide
)
Description:
Bug 18423 follow up - fix display off add child on members/notices.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-12 15:35:43 UTC
Size:
771 bytes
patch
obsolete
>From 59183dceac3114e2e3ec24aecc2df418924389b1 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 > >--- > 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.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 18423
:
62094
|
62100
|
62101
|
62225
|
62228
|
62229
|
62230
|
62307
|
62308
|
62312
|
62313
|
62314
|
62315
|
62316