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

(-)a/Koha/REST/V1/Clubs/Holds.pm (-1 / +2 lines)
Lines 121-126 sub add { Link Here
121
            default_patron_home => $default_patron_home
121
            default_patron_home => $default_patron_home
122
        });
122
        });
123
123
124
        $c->res->headers->location( $c->req->url->to_string . '/' );
125
124
        return $c->render(
126
        return $c->render(
125
            status  => 201,
127
            status  => 201,
126
            openapi => $club_hold->to_api
128
            openapi => $club_hold->to_api
127
- 

Return to bug 23857