Bugzilla – Attachment 2502 Details for
Bug 5112
Organisation does not show links to professional patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-5112-Organisation-does-not-show-links-to-profess.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2010-08-10 23:39:38 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2010-08-10 23:39:38 UTC
Size:
1.16 KB
patch
obsolete
>From 38183818c0fc03b09fa66b97fd5d259dd00dce6d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 11 Aug 2010 01:36:48 +0200 >Subject: [PATCH] Bug 5112: Organisation does not show links to professionals >Content-Type: text/plain; charset="utf-8" > >--- > members/moremember.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/moremember.pl b/members/moremember.pl >index 34a3e09..3fffb54 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -168,7 +168,7 @@ if ( $category_type eq 'C') { > if ( $data->{'ethnicity'} || $data->{'ethnotes'} ) { > $template->param( printethnicityline => 1 ); > } >-if ( $category_type eq 'A' ) { >+if ( $category_type eq 'A' || $category_type eq 'I') { > $template->param( isguarantee => 1 ); > > # FIXME >@@ -188,7 +188,7 @@ if ( $category_type eq 'A' ) { > ); > } > $template->param( guaranteeloop => \@guaranteedata ); >- ( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' ); >+ ( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); > } > else { > if ($data->{'guarantorid'}){ >-- >1.6.3.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 5112
:
2493
|
2494
| 2502