https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697
Lisette Scheer <lisettesla...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #29 from Lisette Scheer <lisettesla...@gmail.com> --- Got these error messages when we tried opening a patron to do some checkouts. Template process failed: undef error - Can't locate object method "return_claims_borrowernumbers" via package "Koha::Schema::Result::Borrower" at /kohadevbox/koha/Koha/Patron.pm line 1083. at /kohadevbox/koha/C4/Templates.pm line 122 in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 122 119: 120: my $data; 121: binmode( STDOUT, ":utf8" ); 122: $template->process( $self->filename, $vars, \$data ) 123: || die "Template process failed: ", $template->error(); 124: return $data; 125: } in (eval) at /kohadevbox/koha/members/moremember.pl line 214 211: relatives_borrowernumbers => \@relatives, 212: ); 213: 214: output_html_with_http_headers $input, $cookie, $template->output; in CGI::Compile::ROOT::kohadevbox_koha_members_moremember_2epl::__ANON__ at /kohadevbox/koha/members/moremember.pl line 2 1: #!/usr/bin/perl 2: 3: # Copyright 2000-2002 Katipo Communications 4: # Copyright 2010 BibLibre 5: # Copyright 2014 ByWater Solutions -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/