Bug 34219: (rmaint fix) Remove embed from vendors getAll request

An embed that is not supported in 22.11 was added as part of a refactoring patch. This commit removes that embed to allow the ERM module to function properly
This commit is contained in:
Matt Blenkinsop 2023-09-26 15:32:03 +00:00
parent 7e9866a678
commit 3d7eb66e88

View file

@ -14,9 +14,6 @@ export class AcquisitionAPIClient extends HttpClient {
endpoint: "vendors",
query,
params,
headers: {
"x-koha-embed": "aliases",
},
}),
};
}