[Koha-bugs] [Bug 29110] Refactor Koha::ArticleRequest->store

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 24 18:15:57 CEST 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #5 from David Nind <david at davidnind.com> ---
I singed this off, but then thought I should check that the article requests
system is still working.

When adding a request or going to "Your account" (all the other user account
ages seem fine) I get:

Template process failed: undef error - DBIC result _type  isn't of the _type
Item at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
line 751.
 at /kohadevbox/koha/C4/Templates.pm line 121

    in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 121

      118: 
      119:     my $data;
      120:     binmode( STDOUT, ":encoding(UTF-8)" );
      121:     $template->process( $self->filename, $vars, \$data )
      122:       || die "Template process failed: ", $template->error();
      123:     return $data;
      124: }

    Show function arguments
    in (eval) at /kohadevbox/koha/opac/opac-user.pl line 421

      418:     );
      419: }
      420: 
      421: output_html_with_http_headers $query, $cookie, $template->output,
undef, { force_no_caching => 1 };

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list