Bugzilla – Attachment 40426 Details for
Bug 14324
"Add Child" button missing on moremember.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attachment to Bug 14324 - "Add Child" button missing on moremember.pl
Bug-14324-Set-adultborrower-regardless-of-guaranto.patch (text/plain), 995 bytes, created by
Barton Chittenden
on 2015-06-19 21:18:37 UTC
(
hide
)
Description:
Attachment to Bug 14324 - "Add Child" button missing on moremember.pl
Filename:
MIME Type:
Creator:
Barton Chittenden
Created:
2015-06-19 21:18:37 UTC
Size:
995 bytes
patch
obsolete
>From 42a9e0fb79cb82f7101019c7f3c066a014c7e717 Mon Sep 17 00:00:00 2001 >From: Barton Chittenden <barton@bywatersolutions.com> >Date: Thu, 18 Jun 2015 13:31:28 -0700 >Subject: [PATCH] Bug 14324: Set "adultborrower" regardless of guarantor > status. > >Signed-off-by: Jason Robb - SEKLS (jrobb@sekls.org) >--- > members/moremember.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/members/moremember.pl b/members/moremember.pl >index 3a54ec9..64f4276 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -189,7 +189,6 @@ if ( $count ) { > ); > } > $template->param( guaranteeloop => \@guaranteedata ); >- ( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); > } > else { > if ($data->{'guarantorid'}){ >@@ -204,6 +203,8 @@ else { > } > } > >+( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); >+ > my %bor; > $bor{'borrowernumber'} = $borrowernumber; > >-- >1.7.10.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 14324
:
40337
|
40426
|
40510
|
40511
|
45498