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

(-)a/Koha/REST/V1/Acquisitions/Vendors.pm (-1 / +1 lines)
Lines 101-106 sub add_vendor { Link Here
101
101
102
    return try {
102
    return try {
103
        $vendor->store;
103
        $vendor->store;
104
        $c->res->headers->location($c->req->url->to_string . '/' . $vendor->id );
104
        return $c->render(
105
        return $c->render(
105
            status  => 200,
106
            status  => 200,
106
            openapi => $vendor->to_api
107
            openapi => $vendor->to_api
107
- 

Return to bug 23858