[Koha-bugs] [Bug 21063] Allow columns in intranet ILL request datatable to be customisable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 1 09:42:50 CET 2019


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

--- Comment #36 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 84788
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84788
Bug 21063: (follow-up) Add user ID to column list

Review of attachment 84788:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21063&attachment=84788)
-----------------------------------------------------------------

::: Koha/REST/V1/Illrequests.pm
@@ +125,4 @@
>          foreach my $p(@{$patron_arr}) {
>              if ($p->{borrowernumber} == $req->borrowernumber) {
>                  $to_push->{patron} = {
> +                    borrowernumber => $p->{borrowernumber},

according to our api name conventions, this should be patron_id

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


More information about the Koha-bugs mailing list