From 38183818c0fc03b09fa66b97fd5d259dd00dce6d Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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