[Koha-bugs] [Bug 14697] Extend and enhance "Claims returned" lost status

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 20 18:10:16 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14697

Lisette Scheer <lisetteslatah at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply

--- Comment #29 from Lisette Scheer <lisetteslatah at 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.


More information about the Koha-bugs mailing list