View | Details | Raw Unified | Return to bug 40920
Collapse All | Expand All

(-)a/Koha/REST/V1/Checkouts.pm (-1 / +3 lines)
Lines 50-55 sub list { Link Here
50
    my $checked_in = $c->param('checked_in');
50
    my $checked_in = $c->param('checked_in');
51
    $c->req->params->remove('checked_in');
51
    $c->req->params->remove('checked_in');
52
52
53
    $c->req->params->append(borrowernumber => $c->param('patron_id'));
54
    $c->req->params->remove('patron_id');
55
53
    try {
56
    try {
54
        my $checkouts_set;
57
        my $checkouts_set;
55
58
56
- 

Return to bug 40920