https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18423 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@bugs.koha-c | |ommunity.org, | |katrin.fischer@bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=5112 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Still 3 others: - members/deletemem.pl - members/files.pl - members/housebound.pl Noticed something weird: moremember.pl is the only template passing ( $template->param( adultborrower => 1 ) ) if ( $category_type eq 'A' || $category_type eq 'I' ); others only pass $category_type eq 'A'. It comes from bug 5112. Katrin, could you clarify please? -- You are receiving this mail because: You are watching all bug changes.