[Bug 1510] Make Add Child appear consistently across patron pages?
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1510 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Priority|P3 |PATCH-Sent Resolution| |FIXED ------- Comment #2 from oleonard@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com