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

--- Comment #36 from Josef Moravec <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to