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

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Dec 4 16:48:07 CET 2007


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


oleonard at myacpl.org changed:

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




------- Comment #2 from oleonard at myacpl.org  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.





More information about the Koha-bugs mailing list