---
 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.7.1

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to