Bugzilla – Attachment 62230 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 - Add 'Add child' button to statistics tab
Bug-18423-Follow-up---Add-Add-child-button-to-stat.patch (text/plain), 866 bytes, created by
Marc Véron
on 2017-04-17 19:44:52 UTC
(
hide
)
Description:
Bug 18423 Follow-up - Add 'Add child' button to statistics tab
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-17 19:44:52 UTC
Size:
866 bytes
patch
obsolete
>From 748184b3dfe5afc71f481e0da915c61b4ea21fb5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 17 Apr 2017 12:32:56 -0400 >Subject: [PATCH] Bug 18423 Follow-up - Add 'Add child' button to statistics > tab >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > members/statistics.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/members/statistics.pl b/members/statistics.pl >index 1ea7f15..a59ce7b 100755 >--- a/members/statistics.pl >+++ b/members/statistics.pl >@@ -97,6 +97,8 @@ $template->param( picture => 1 ) if $patron_image; > > $template->param(%$borrower); > >+$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' ); >+ > $template->param( > statisticsview => 1, > datas => $datas, >-- >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