koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1510] Make Add Child appear consistently across patron


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1510] Make Add Child appear consistently across patron pages?
Date: Tue, 4 Dec 2007 07:48:07 -0800 (PST)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1510


address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Priority|P3                          |PATCH-Sent
         Resolution|                            |FIXED




------- Comment #2 from address@hidden  2007-12-04 07:48 -------
I saw this in moremember.pl, and copied it into the relevant files:

my $borrowercategory = GetBorrowercategory( $borrower->{'categorycode'} );
my $category_type = $borrowercategory->{'category_type'};
( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' );

This seems to work fine. Someone please correct me if that's not the best way
to do it. I'll be submitting a patch today.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]