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

(-)a/koha-tmpl/intranet-tmpl/prog/js/fetch/cataloguing-api-client.js (-2 / +1 lines)
Lines 12-18 export class CataloguingAPIClient extends HttpClient { Link Here
12
        return {
12
        return {
13
            create: bib_info =>
13
            create: bib_info =>
14
                this.post({
14
                this.post({
15
                    endpoint: "new_bib/frameworkcode=%s".format(
15
                    endpoint: "new_bib/?frameworkcode=%s".format(
16
                        bib_info.frameworkcode
16
                        bib_info.frameworkcode
17
                    ),
17
                    ),
18
                    body: bib_info.record.toXML(),
18
                    body: bib_info.record.toXML(),
19
- 

Return to bug 38082